Skip to content

Commit ec17e76

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

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.10.0
45+
uses: docker/build-push-action@v6.11.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.10.0
24+
uses: docker/build-push-action@v6.11.0
2525
with:
2626
push: true
2727
file: smoke-tests/profiling-base-petclinic/linux/Dockerfile

0 commit comments

Comments
 (0)