We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c4ff3 commit d1ef6e1Copy full SHA for d1ef6e1
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
id: metadata
60
uses: docker/metadata-action@v5
61
with:
62
- images: ${{ steps.login.outputs.registry }}/${{ env.IMAGE_NAME}}
+ images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
63
tags: |
64
type=raw,value=latest,enable=true
65
type=raw,value={{sha}}
0 commit comments