Update docker/build-push-action action to v6.19.2
Some checks failed
Build and Push Docker Images / build (map[context:caddy-cloudflare dockerfile:caddy-cloudflare/Dockerfile name:cloudflare]) (pull_request) Has been cancelled
Build and Push Docker Images / build (map[context:caddy-cloudflare-crowdsec dockerfile:caddy-cloudflare-crowdsec/Dockerfile name:cloudflare-crowdsec]) (pull_request) Has been cancelled
Build and Push Docker Images / build (map[context:caddy-cloudflare-ddns dockerfile:caddy-cloudflare-ddns/Dockerfile name:cloudflare-ddns]) (pull_request) Has been cancelled
Build and Push Docker Images / build (map[context:caddy-cloudflare-ddns-crowdsec dockerfile:caddy-cloudflare-ddns-crowdsec/Dockerfile name:cloudflare-ddns-crowdsec]) (pull_request) Has been cancelled
Build and Push Docker Images / build (map[context:caddy-crowdsec dockerfile:caddy-crowdsec/Dockerfile name:crowdsec]) (pull_request) Has been cancelled

This commit is contained in:
2026-02-12 13:42:43 +00:00
parent 474eb02aa1
commit 5c57761e80

View File

@@ -79,7 +79,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.2
with:
context: ${{ matrix.variant.context }}
file: ${{ matrix.variant.dockerfile }}