We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa11060 commit 92ddae6Copy full SHA for 92ddae6
.github/workflows/push-manual-dev.yml
@@ -1,4 +1,4 @@
1
-name: Re-push image
+name: Manually build and push dev images
2
3
on:
4
workflow_dispatch:
@@ -11,7 +11,7 @@ jobs:
11
build-and-push:
12
name: Build and push images
13
if: ${{ startsWith(github.ref, 'refs/heads/') }}
14
- runs-on: ubuntu-latest
+ runs-on: devcontainer-image-builder-ubuntu
15
steps:
16
- name: Free more space
17
id: free_space
0 commit comments