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 b32c776 commit 6b3ce11Copy full SHA for 6b3ce11
.github/workflows/push-manual-dev.yml
@@ -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: devcontainer-image-builder-ubuntu
+ runs-on: ubuntu-latest
15
steps:
16
- name: Free more space
17
id: free_space
0 commit comments