Skip to content

Commit b916258

Browse files
Update docker/build-push-action action to v6.18.0
1 parent 10a70d6 commit b916258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)