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 ba6a85d commit 24de21fCopy full SHA for 24de21f
.github/workflows/build_image.yml
@@ -60,3 +60,5 @@ jobs:
60
build-args: |
61
VERSION=${{ github.event.release.tag_name }}
62
SHA=${{ github.sha }}
63
+ cache-from: type=gha
64
+ cache-to: type=gha,mode=max
0 commit comments