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.
1 parent 13b0568 commit 5c68c3fCopy full SHA for 5c68c3f
1 file changed
.github/workflows/build-push-edge.yaml
@@ -36,6 +36,9 @@ jobs:
36
uses: docker/metadata-action@v5
37
with:
38
images: parseable/parseable
39
+
40
+ - name: Clean up builder cache
41
+ run: docker builder prune -f
42
43
- name: Build and push
44
uses: docker/build-push-action@v6
0 commit comments