Skip to content

Commit 4aaa813

Browse files
committed
Fix typo
1 parent 11b7584 commit 4aaa813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo is_production=yes >> $GITHUB_OUTPUT
8787
else
8888
LATEST_TAGS="$TAGS"
89-
echo is_production=yes >> $GITHUB_OUTPUT
89+
echo is_production=no >> $GITHUB_OUTPUT
9090
fi
9191
printf "Tagging %s with " "${BASE_OS}"
9292
if [[ "${BASE_OS}" == "$LATEST_TAG_OS" ]]; then

0 commit comments

Comments
 (0)