Update docker/build-push-action action to v5 #3

Closed
renovate-bot wants to merge 1 commit from renovate/docker-build-push-action-5.x into master

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 }}