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 85bca04 commit e42f909Copy full SHA for e42f909
.github/workflows/publish-docker-image.yml
@@ -50,5 +50,5 @@ jobs:
50
pull: true
51
push: true
52
tags: ${{ env.IMAGE_ID }}:${{ env.VERSION }}
53
- cache-from: type=gha
54
- cache-to: type=gha,mode=max
+ #cache-from: type=gha
+ #cache-to: type=gha,mode=max
0 commit comments