File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7878 fail-fast : false
7979 matrix :
8080 builder :
81- - runner-image : blacksmith-4vcpu- ubuntu-2404
81+ - runner-image : ubuntu-24.04
8282 platform : linux/amd64
83- - runner-image : blacksmith-4vcpu- ubuntu-2404 -arm
83+ - runner-image : ubuntu-24.04 -arm
8484 platform : linux/arm64
8585 steps :
8686 - name : Checkout repository
@@ -121,12 +121,12 @@ jobs:
121121 username : ${{ inputs.quay-username }}
122122 password : ${{ secrets.quay-password }}
123123
124- - name : Setup Docker Builder
125- uses : useblacksmith /setup-docker-builder@v1
124+ - name : Set up Docker Buildx
125+ uses : docker /setup-buildx-action@v3
126126
127127 - name : Build and push by digest
128128 id : build
129- uses : useblacksmith /build-push-action@v2
129+ uses : docker /build-push-action@v6
130130 with :
131131 context : ${{ inputs.build-context }}
132132 file : ${{ inputs.build-file }}
@@ -150,7 +150,7 @@ jobs:
150150 retention-days : 1
151151
152152 merge :
153- runs-on : blacksmith-2vcpu- ubuntu-2404
153+ runs-on : ubuntu-24.04
154154 needs :
155155 - build
156156 steps :
You can’t perform that action at this time.
0 commit comments