Clear docker build cache before build
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 36s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 36s
This commit is contained in:
parent
9cb90a0efb
commit
a21de0ddca
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ jobs:
|
|||
- name: Show commit and 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
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue