Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 2.9.0 to 2.10.0 (#715)
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2022
1 parent 1d76827 commit ca4486b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: build and push
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-tests.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v1.6.0

- name: build
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: .
push: false
Expand Down

0 comments on commit ca4486b

Please sign in to comment.