We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1bd88 commit 564edceCopy full SHA for 564edce
.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
107
tags=$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")
108
if [ -z "$tags" ]; then
109
echo "DOCKER_METADATA_OUTPUT_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
110
- tags="-t ${{ github.ref_name }}"
+ tags="-t ${{ env.GITHUB_CR_REPO }}:${{ github.ref_name }}"
111
fi
112
echo "DOCKER_METADATA_TAGS=$tags" >> $GITHUB_ENV
113
0 commit comments