Skip to content

Commit

Permalink
Bump docker/build-push-action from 3 to 5 (#41)
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 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v5)

---
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 Sep 21, 2023
1 parent a93cff8 commit 1e982fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push Alpine Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: ./experimental
file: ./experimental/Dockerfile.alpine
Expand All @@ -86,7 +86,7 @@ jobs:
build-args: VERSION=${{ steps.getargs.outputs.version }}
-
name: Build and push Debian Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: ./experimental
file: ./experimental/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push Alpine Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: ./stable
file: ./stable/Dockerfile.alpine
Expand All @@ -86,7 +86,7 @@ jobs:
build-args: VERSION=${{ steps.getargs.outputs.version }}
-
name: Build and push Debian Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: ./stable
file: ./stable/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push Alpine Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: ./stable
file: ./stable/Dockerfile.alpine
Expand All @@ -79,7 +79,7 @@ jobs:
build-args: VERSION=${{ steps.getargs.outputs.version }}
-
name: Build and push Debian Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: ./stable
file: ./stable/Dockerfile
Expand Down

0 comments on commit 1e982fc

Please sign in to comment.