⬆️ Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot] 2024-06-17 10:42:07 +00:00 committed by GitHub
parent 4c179d3dff
commit 94d2e10295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push ${{matrix.arch}}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{env.TAGS}}