Skip to content

Commit 6056619

Browse files
Update docker/build-push-action action to v6.18.0
1 parent 495b5e5 commit 6056619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
run: echo "FROM localhost:5000/${{ env.DOCKER_IMAGE }}:\${TARGETOS}-\${TARGETARCH}" >> docker-file-${{ matrix.registry }}-wyrihaximusnet-github-action-runner
176176
- run: cat docker-file-${{ matrix.registry }}-wyrihaximusnet-github-action-runner
177177
- name: Merged different arch images into one
178-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
178+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
179179
with:
180180
push: ${{ github.event_name != 'pull_request' }}
181181
context: .

0 commit comments

Comments
 (0)