Skip to content

Commit eb54921

Browse files
chore(deps): update docker/build-push-action action to v6 (#165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea340c5 commit eb54921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Build and push Docker image with Buildx (don't push on PR)
4141
# https://github.com/docker/build-push-action
4242
- name: Build and push Docker image
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
context: .
4646
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)