Skip to content

Commit dd5160f

Browse files
authored
Use better runner (#1374)
1 parent 8d50338 commit dd5160f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-again.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build-and-push:
1616
name: Build and push images
1717
if: ${{ github.ref == 'refs/heads/main' }}
18-
runs-on: ubuntu-latest
18+
runs-on: devcontainer-image-builder-ubuntu
1919
environment: publishing
2020
steps:
2121
- name: Free more space

0 commit comments

Comments
 (0)