We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79398f0 commit 7c4e4e9Copy full SHA for 7c4e4e9
.github/workflows/build.yml
@@ -36,5 +36,5 @@ jobs:
36
with:
37
platforms: linux/amd64,linux/arm64
38
push: true
39
- tags: ghcr.io/${{ steps.metadata.outputs.tags }}
+ tags: ${{ steps.metadata.outputs.tags }}
40
labels: ${{ steps.metadata.outputs.labels }}
0 commit comments