Skip to content

Commit 6b3ce11

Browse files
update to runs-on: ubuntu-latest
1 parent b32c776 commit 6b3ce11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: devcontainer-image-builder-ubuntu
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Free more space
1717
id: free_space

0 commit comments

Comments
 (0)