Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot]
2024-06-17 09:56:08 +00:00
parent 1bf82d3a65
commit 16ecf80150

View File

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