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 7c08a53 commit 83db109Copy full SHA for 83db109
.github/workflows/ci.yml renamed to .github/workflows/ci.txt
.github/workflows/ci_bake.yml
@@ -91,7 +91,7 @@ jobs:
91
set: |
92
ci.cache-from=type=gha
93
ci.cache-to=type=gha,mode=max
94
- tags=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ci
+ ci.tags=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ci
95
# tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ci
96
# cache-from: type=gha
97
# cache-to: type=gha,mode=max
0 commit comments