Skip to content

Commit 43e9485

Browse files
authored
Merge pull request #52 from WyriHaximusNet/renovate/update-github-tags-docker-build-push-action-v6-18-0
Update docker/build-push-action action to v6.18.0
2 parents 10a70d6 + b916258 commit 43e9485

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)