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 10a70d6 commit b916258Copy full SHA for b916258
.github/workflows/ci.yml
@@ -139,7 +139,7 @@ jobs:
139
run: echo "FROM localhost:5000/${{ env.DOCKER_IMAGE }}:\${TARGETOS}-\${TARGETARCH}" >> docker-file-${{ matrix.registry }}-wyrihaximusnet-github-action-runner
140
- run: cat docker-file-${{ matrix.registry }}-wyrihaximusnet-github-action-runner
141
- name: Merged different arch images into one
142
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
143
with:
144
push: ${{ github.event_name != 'pull_request' }}
145
context: .
0 commit comments