Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot]
2024-06-17 10:51:47 +00:00
parent 3fc56ed6a9
commit dc20f1239a

View File

@ -43,7 +43,7 @@ jobs:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v5 - uses: docker/build-push-action@v6
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}