Clear docker build cache before build
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 36s

This commit is contained in:
PeterChrz 2026-03-31 11:49:04 -04:00
parent 9cb90a0efb
commit a21de0ddca
Signed by untrusted user who does not match committer: pch
GPG key ID: 8F0826ECF7302C63

View file

@ -16,6 +16,9 @@ jobs:
- name: Show commit and Dockerfile - name: Show commit and Dockerfile
run: git log --oneline -1 && echo "---" && head -35 Dockerfile run: git log --oneline -1 && echo "---" && head -35 Dockerfile
- name: Clear Docker build cache
run: docker builder prune -af
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3