Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6
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]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent c700092 commit 63f512a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ runs:
type=raw,value=${{ inputs.external_tag || steps.image_tag.outputs.ver }}
- name: Build container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ inputs.build == 'true' }}
with:
context: ${{ inputs.context_path }}
Expand Down Expand Up @@ -335,7 +335,7 @@ runs:
policy-list: ${{ inputs.policy-list }}

- name: Push container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ inputs.push == 'true' && inputs.dry_run != 'true' }}
with:
context: ${{ inputs.context_path }}
Expand All @@ -348,7 +348,7 @@ runs:
provenance: ${{ inputs.provenance }}

- name: Save image to file
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ inputs.upload_artifact == 'true' && inputs.build == 'true' }}
with:
context: ${{ inputs.context_path }}
Expand Down

0 comments on commit 63f512a

Please sign in to comment.