Update docker/build-push-action action to v6

This commit is contained in:
renovate-bot 2024-06-17 20:19:25 +02:00
parent 467d238ff9
commit 7c52eb5208

View file

@ -74,7 +74,7 @@ jobs:
password: ${{ secrets.cr-password }} password: ${{ secrets.cr-password }}
- name: build and push docker image @${{ inputs.platforms }} - name: build and push docker image @${{ inputs.platforms }}
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
with: with:
push: ${{ gitea.event_name != 'pull_request' }} push: ${{ gitea.event_name != 'pull_request' }}
platforms: ${{ inputs.platforms }} platforms: ${{ inputs.platforms }}