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

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

View file

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