Skip to content

Commit

Permalink
⬆️ Bump docker/build-push-action from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2022
1 parent bae0276 commit 497dd35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: ⤵️ Download base image
run: docker pull "${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
push: false
context: ${{ needs.information.outputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: ⤵️ Download base image
run: docker pull "${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
load: true
# yamllint disable rule:line-length
Expand Down

0 comments on commit 497dd35

Please sign in to comment.