Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 75d00a3 commit ed76b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-container/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
process_tags
- name: Build container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: docker-build
with:
platforms: ${{ inputs.runner_platform }}
Expand Down Expand Up @@ -113,7 +113,7 @@ runs:
- name: Build and push
if: ${{ inputs.push }} == 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: docker-build-push
with:
platforms: ${{ inputs.platforms }}
Expand Down

0 comments on commit ed76b93

Please sign in to comment.