Skip to content

Commit 564edce

Browse files
committed
Add docker build workflow
1 parent 1b1bd88 commit 564edce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
tags=$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")
108108
if [ -z "$tags" ]; then
109109
echo "DOCKER_METADATA_OUTPUT_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
110-
tags="-t ${{ github.ref_name }}"
110+
tags="-t ${{ env.GITHUB_CR_REPO }}:${{ github.ref_name }}"
111111
fi
112112
echo "DOCKER_METADATA_TAGS=$tags" >> $GITHUB_ENV
113113

0 commit comments

Comments
 (0)