Update docker/build-push-action action to v5

This commit is contained in:
renovate-bot 2023-12-06 08:06:20 +01:00
parent 8ca6f613fc
commit 29fe14e839

View file

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