Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot] 2024-06-17 13:03:54 +00:00 committed by GitHub
parent 1762356ae8
commit 607b722ea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@ jobs:
- name: Build and push image - name: Build and push image
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success' if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
push: true push: true
context: . context: .