Skip to content

Commit 29f2807

Browse files
Bump docker/build-push-action from 7.1.0 to 7.2.0 (#1678)
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 3a690c1 commit 29f2807

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
- name: Build and push Docker image
299299
if: "!contains(github.ref_name, '-beta')"
300300
id: push
301-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
301+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
302302
with:
303303
context: .
304304
push: true
@@ -311,7 +311,7 @@ jobs:
311311
- name: Build and push beta Docker image
312312
if: contains(github.ref_name, '-beta')
313313
id: push_beta
314-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
314+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
315315
with:
316316
context: .
317317
file: ./Dockerfile_beta

0 commit comments

Comments
 (0)