Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 3.0.0 to 3.1.1
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.0.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3.0.0...v3.1.1)

---
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>
  • Loading branch information
dependabot[bot] authored and Patrick Uhlmann committed Aug 8, 2022
1 parent b734e94 commit 659d568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
path: docker/github/dist

- name: Build container image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.1
with:
context: docker/github
file: docker/github/Dockerfile
Expand Down

0 comments on commit 659d568

Please sign in to comment.