Skip to content

Commit 1c4ab60

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.GITHUB_TOKEN }}
4343

4444
- name: build and publish container
45-
uses: docker/build-push-action@v6.16.0
45+
uses: docker/build-push-action@v6.17.0
4646
with:
4747
push: true
4848
file: Dockerfile-ghcr

.github/workflows/publish-profiling-petclinic-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
username: ${{ github.repository_owner }}
2222
password: ${{ secrets.GITHUB_TOKEN }}
2323
- name: push to gh packages
24-
uses: docker/build-push-action@v6.16.0
24+
uses: docker/build-push-action@v6.17.0
2525
with:
2626
push: true
2727
file: smoke-tests/profiling-base-petclinic/linux/Dockerfile

0 commit comments

Comments
 (0)