Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#165)
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 Jul 1, 2024
1 parent 18dd766 commit 9b09413
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,31 +103,31 @@ jobs:
${{ env.major }}-distroless-import
${{ env.major }}-${{ env.timestamp }}-distroless-import
- name: docker/build-push-action temurin
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: target/docker
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.temurin.outputs.tags }}
target: temurin
- name: docker/build-push-action temurin-import
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: target/docker
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.temurin-import.outputs.tags }}
target: temurin-import
- name: docker/build-push-action distroless
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: target/docker
push: true
platforms: linux/amd64
tags: ${{ steps.distroless.outputs.tags }}
target: distroless
- name: docker/build-push-action distroless-import
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: target/docker
push: true
Expand Down

0 comments on commit 9b09413

Please sign in to comment.