We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9444e commit 09510a0Copy full SHA for 09510a0
.github/workflows/tag.yml
@@ -42,7 +42,8 @@ jobs:
42
uses: docker/build-push-action@v2
43
with:
44
push: true
45
+ annotations: ${{ steps.meta.outputs.annotations }}
46
labels: ${{ steps.meta.outputs.labels }}
47
tags: ${{ steps.meta.outputs.tags }}
- cache-from: type=registry,ref=${{ github.repository }}
48
+ cache-from: type=registry,ref=ghcr.io/${{ github.repository }}
49
cache-to: type=inline
0 commit comments