chore(deps): update docker/build-push-action action to v6

This commit is contained in:
renovate[bot] 2024-09-10 07:14:33 +00:00 committed by GitHub
parent 4bf137ed17
commit 2df83c31c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name == 'push' }}