Skip to content

Commit c1766aa

Browse files
ci(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 (#283)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@bcafcac...f9f3042) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5d7958 commit c1766aa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
6969

7070
- name: Build Image
71-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
71+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
7272
with:
7373
context: .
7474
platforms: linux/${{ matrix.platform }}

.github/workflows/update-current-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
password: ${{ secrets.CR_PAT }}
121121

122122
- name: Build
123-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
123+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
124124
env:
125125
DOCKER_BUILD_SUMMARY: false
126126
with:
@@ -144,7 +144,7 @@ jobs:
144144
current
145145
146146
- name: Build and push Image
147-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
147+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
148148
with:
149149
context: .
150150
platforms: linux/${{ matrix.platform }}

0 commit comments

Comments
 (0)