Skip to content

Commit 3da6f63

Browse files
committed
enable github docker layer cache
1 parent 6f57e81 commit 3da6f63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_ci_image.yml

+3
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,13 @@ jobs:
6868
uses: docker/build-push-action@v6
6969
with:
7070
context: .
71+
cache-from: type=gha
72+
cache-to: type=gha,mode=max`
7173
push: true
7274
tags: ${{ steps.meta.outputs.tags }}
7375
labels: ${{ steps.meta.outputs.labels }}
7476

77+
7578
# This step generates an artifact attestation for the image, which is an
7679
# unforgeable statement about where and how it was built. It increases
7780
# supply chain security for people who consume the image. For more

0 commit comments

Comments
 (0)