Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 2 to 3 (#154)
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 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v3)

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

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] authored May 6, 2022
1 parent 802d913 commit 9e218c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
tags: |
type=edge
type=semver,pattern={{version}}
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v3
name: Build alpine-flavored Docker images
with:
target: "alpine"
Expand All @@ -60,7 +60,7 @@ jobs:
tags: |
type=edge
type=semver,pattern={{version}}
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v3
name: Build minimal Docker images
with:
target: "minimal"
Expand Down

0 comments on commit 9e218c0

Please sign in to comment.