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 11b7584 commit 4aaa813Copy full SHA for 4aaa813
.github/workflows/docker.yml
@@ -86,7 +86,7 @@ jobs:
86
echo is_production=yes >> $GITHUB_OUTPUT
87
else
88
LATEST_TAGS="$TAGS"
89
- echo is_production=yes >> $GITHUB_OUTPUT
+ echo is_production=no >> $GITHUB_OUTPUT
90
fi
91
printf "Tagging %s with " "${BASE_OS}"
92
if [[ "${BASE_OS}" == "$LATEST_TAG_OS" ]]; then
0 commit comments