ci(deps): Update docker/build-push-action action to v6

pull/270/head
renovate[bot] 9 months ago committed by GitHub
parent 9e53ac49e7
commit 3c393c3ecd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -67,7 +67,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build & Push Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ env.SHOULD_PUBLISH == 'true' }}

Loading…
Cancel
Save