1
0
mirror of synced 2026-01-01 18:05:46 -05:00

Bump docker/build-push-action from 2.7.0 to 2.9.0 (#24892)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 2.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.7.0...7f9d37fa544684fb73bfe4835ed7214c255ce02b)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  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>
Co-authored-by: Robert Sese <robert.sese@gmail.com>
This commit is contained in:
dependabot[bot]
2022-02-02 22:32:32 +00:00
committed by GitHub
parent a02a4355e3
commit 477c7d96ce
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ jobs:
run: .github/actions-scripts/prune-for-preview-env.sh
- name: 'Build and push image'
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229
uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b
with:
context: .
push: true

View File

@@ -77,7 +77,7 @@ jobs:
run: .github/actions-scripts/merge-early-access.sh
- name: 'Build and push image'
uses: docker/build-push-action@1814d3dfb36d6f84174e61f4a4b05bd84089a4b9
uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b
with:
context: .
push: true

View File

@@ -136,7 +136,7 @@ jobs:
run: .github/actions-scripts/prune-for-preview-env.sh
- name: 'Build and push image'
uses: docker/build-push-action@1814d3dfb36d6f84174e61f4a4b05bd84089a4b9
uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b
with:
context: .
push: true