Skip to content

Commit 4b29c68

Browse files
Update docker/build-push-action action to v7.2.0 (#2835)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c349505 commit 4b29c68

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
45+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
4646
with:
4747
push: true
4848
file: Dockerfile-ghcr
@@ -55,7 +55,7 @@ jobs:
5555
ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:${{ env.RELEASE_VERSION }}
5656
5757
- name: build and publish CSA container
58-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
58+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
5959
with:
6060
push: true
6161
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@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
24+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
2525
with:
2626
push: true
2727
file: smoke-tests/profiling-base-petclinic/linux/Dockerfile

0 commit comments

Comments
 (0)