Update docker/build-push-action action to v6.19.1
All checks were successful
Build and Push Docker Images / build (pull_request) Successful in 7m7s

This commit is contained in:
2026-02-12 02:32:34 +00:00
parent 69f2142631
commit 7f7384a7db

View File

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