We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f7512 commit e1a8e1cCopy full SHA for e1a8e1c
1 file changed
.github/workflows/push-ghcr.yml
@@ -55,8 +55,8 @@ jobs:
55
-t $REPOSITORY_URI:latest \
56
-t $REPOSITORY_URI:$COMMIT \
57
-t $REPOSITORY_URI:$VERSION \
58
- --cache-from=type=local,src=/tmp/.buildx-cache \
59
- --cache-to=type=local,dest=/tmp/.buildx-cache \
+ --cache-from type=gha \
+ --cache-to type=gha,mode=max \
60
--push \
61
-f ./Dockerfile \
62
.
0 commit comments