Skip to content

Commit

Permalink
Bump docker/build-push-action from 3.1.0 to 3.1.1 (#1034)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3.1.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2022
1 parent 458e991 commit 72436d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Build and push
# You may pin to the exact commit or the version.
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
# Build's context is the set of files located in the specified PATH or URL
context: src/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build and push
# You may pin to the exact commit or the version.
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
# Build's context is the set of files located in the specified PATH or URL
context: src/
Expand Down

0 comments on commit 72436d5

Please sign in to comment.