Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6 (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
marvin-serp-bot and renovate-bot authored Oct 14, 2024
1 parent 92855b9 commit 4020004
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bulk-release-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ runs:
- name: build rc container
if: ${{ contains(fromJSON('["true"]'), fromJSON(inputs.release-info).new-release-published) }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-rc
with:
file: ${{ inputs.build-file }}
Expand Down Expand Up @@ -309,7 +309,7 @@ runs:

- name: build release container
if: steps.build-rc.outcome == 'success' && steps.cosign-rc.outcome != 'failure' && steps.test.outcome != 'failure' && steps.extra-tag.outcome != 'failure'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-release
with:
file: ${{ inputs.build-file }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/pr-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ runs:
type=raw,value=rc-recent
- name: build container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build
with:
file: ${{ inputs.build-file }}
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/release-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ runs:
- name: build rc container
if: steps.semantic.outputs.new-release-published == 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-rc
with:
file: ${{ inputs.build-file }}
Expand Down Expand Up @@ -329,7 +329,7 @@ runs:

- name: build release container
if: steps.build-rc.outcome == 'success' && steps.cosign-rc.outcome != 'failure' && steps.test.outcome != 'failure' && steps.extra-tag.outcome != 'failure'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-release
with:
file: ${{ inputs.build-file }}
Expand Down

0 comments on commit 4020004

Please sign in to comment.