Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot]
2024-06-17 10:00:00 +00:00
parent 4272d7833e
commit 927f829f3b

View File

@ -51,7 +51,7 @@ jobs:
flavor: latest=${{ github.ref == 'refs/heads/master' }} flavor: latest=${{ github.ref == 'refs/heads/master' }}
- name: Build and push Docker image - name: Build and push Docker image
id: build-and-push id: build-and-push
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' }}