Update docker/build-push-action action to v6.19.2 #6

Open
renovate-bot wants to merge 1 commits from renovate/docker-build-push-action-6.x into main
Showing only changes of commit beca07ed60 - Show all commits

View File

@@ -73,7 +73,7 @@ jobs:
type=raw,value=latest type=raw,value=latest
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v6.18.0 uses: docker/build-push-action@v6.19.2
with: with:
context: ./build context: ./build
push: ${{ gitea.event_name != 'pull_request' }} push: ${{ gitea.event_name != 'pull_request' }}