Skip to content

Commit 92ddae6

Browse files
Update workflow (push-manual-dev) (devcontainers#773)
1 parent aa11060 commit 92ddae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-manual-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Re-push image
1+
name: Manually build and push dev images
22

33
on:
44
workflow_dispatch:
@@ -11,7 +11,7 @@ jobs:
1111
build-and-push:
1212
name: Build and push images
1313
if: ${{ startsWith(github.ref, 'refs/heads/') }}
14-
runs-on: ubuntu-latest
14+
runs-on: devcontainer-image-builder-ubuntu
1515
steps:
1616
- name: Free more space
1717
id: free_space

0 commit comments

Comments
 (0)