Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent e460a2c commit e93928a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:

- name: Build Image
if: ${{ github.event_name == 'push' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true

- name: Build Image for fork PR
if: ${{ github.event_name == 'pull_request_target' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git#${{ github.event.pull_request.head.sha }}
tags: ${{ steps.forkmeta.outputs.tags }}
Expand Down

0 comments on commit e93928a

Please sign in to comment.