We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964886a commit 2308d28Copy full SHA for 2308d28
.github/workflows/docker.yml
@@ -49,4 +49,5 @@ jobs:
49
push: true
50
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/rodhaj-build-cache:bot
51
cache-to: type=registry,mode=max,ref=ghcr.io/${{ github.repository_owner }}/rodhaj-build-cache:bot
52
+ tags: ${{ steps.meta.outputs.tags }}
53
labels: ${{ steps.meta.outputs.labels }}
0 commit comments