Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 5 to 6 (#103)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

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

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 Jun 28, 2024
1 parent 9493a12 commit 112780b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
suffix=-dashboard
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: parse/.
file: parse/Dockerfile.dashboard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
latest=false
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: parse/.
platforms: linux/amd64, linux/arm64/v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
suffix=-dashboard
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: parse/.
file: parse/Dockerfile.dashboard
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build and push Docker image for latest
if: env.TAG == env.LATEST
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: parse/.
platforms: linux/amd64, linux/arm64/v8
Expand All @@ -71,7 +71,7 @@ jobs:

- name: Build and push Docker image
if: env.TAG != env.LATEST
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: parse/.
platforms: linux/amd64, linux/arm64/v8
Expand Down

0 comments on commit 112780b

Please sign in to comment.