We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2588b83 + 81daa30 commit a9c5764Copy full SHA for a9c5764
.github/workflows/docker.yml
@@ -63,6 +63,9 @@ jobs:
63
platforms: linux/amd64,linux/arm64
64
tags: "${{ env.DOCKER_ORG }}/${{ env.DOCKER_REPO }}:${{ env.IMAGE_TAG }}"
65
build-args: checkout=${{ env.RELEASE_VERSION }}
66
+
67
+ - name: Clear the build cache
68
+ run: docker builder prune -a -f
69
70
- name: Build and push image with /lit path
71
id: docker_build2
0 commit comments