Skip to content

Commit 819cf7c

Browse files
committed
xd
1 parent 0baa2e4 commit 819cf7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-container-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
if [[ $TAG == "master" ]]; then
3737
TAG=latest
3838
fi
39-
if [[ ${{ inputs.docker_tag }} != "" ]]; then
39+
MANUAL_WORKFLOW_TAG=${{ inputs.docker_tag }}
40+
if [[ $MANUAL_WORKFLOW_TAG != "" ]]; then
4041
TAG=${{ inputs.docker_tag }}
4142
fi
4243
echo $TAG

0 commit comments

Comments
 (0)