We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f57e81 commit 3da6f63Copy full SHA for 3da6f63
.github/workflows/build_ci_image.yml
@@ -68,10 +68,13 @@ jobs:
68
uses: docker/build-push-action@v6
69
with:
70
context: .
71
+ cache-from: type=gha
72
+ cache-to: type=gha,mode=max`
73
push: true
74
tags: ${{ steps.meta.outputs.tags }}
75
labels: ${{ steps.meta.outputs.labels }}
76
77
+
78
# This step generates an artifact attestation for the image, which is an
79
# unforgeable statement about where and how it was built. It increases
80
# supply chain security for people who consume the image. For more
0 commit comments