We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4448a6f commit a589dc8Copy full SHA for a589dc8
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
else
44
TAG="${BRANCH//\//-}"
45
fi
46
- CONTAINER_NAME="ghcr.io/${REPO}:${BRANCH//\//-}"
+ CONTAINER_NAME="ghcr.io/${REPO}:${TAG}"
47
echo "container_name=$CONTAINER_NAME" >> $GITHUB_OUTPUT
48
echo "container_without_tag=ghcr.io/${REPO}" >> $GITHUB_OUTPUT
49
0 commit comments