Skip to content

Commit 09510a0

Browse files
adds annotations
1 parent da9444e commit 09510a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
uses: docker/build-push-action@v2
4343
with:
4444
push: true
45+
annotations: ${{ steps.meta.outputs.annotations }}
4546
labels: ${{ steps.meta.outputs.labels }}
4647
tags: ${{ steps.meta.outputs.tags }}
47-
cache-from: type=registry,ref=${{ github.repository }}
48+
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}
4849
cache-to: type=inline

0 commit comments

Comments
 (0)