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 495b5e5 commit 6056619Copy full SHA for 6056619
.github/workflows/main.yml
@@ -175,7 +175,7 @@ jobs:
175
run: echo "FROM localhost:5000/${{ env.DOCKER_IMAGE }}:\${TARGETOS}-\${TARGETARCH}" >> docker-file-${{ matrix.registry }}-wyrihaximusnet-github-action-runner
176
- run: cat docker-file-${{ matrix.registry }}-wyrihaximusnet-github-action-runner
177
- name: Merged different arch images into one
178
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
179
with:
180
push: ${{ github.event_name != 'pull_request' }}
181
context: .
0 commit comments