Skip to content

Commit 11b7584

Browse files
committed
Use "yes" instead of "true" for status
1 parent dafa3bc commit 11b7584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ jobs:
8383
TAGS="$TAGS,${{ env.ECR_REGISTRY }}${{ github.repository }}:latest-${BASE_OS}"
8484
LATEST_TAGS="$TAGS,${{ github.repository }}:latest"
8585
LATEST_TAGS="$LATEST_TAGS,${{ env.ECR_REGISTRY }}${{ github.repository }}:latest"
86-
echo is_production=true >> $GITHUB_OUTPUT
86+
echo is_production=yes >> $GITHUB_OUTPUT
8787
else
8888
LATEST_TAGS="$TAGS"
89-
echo is_production=false >> $GITHUB_OUTPUT
89+
echo is_production=yes >> $GITHUB_OUTPUT
9090
fi
9191
printf "Tagging %s with " "${BASE_OS}"
9292
if [[ "${BASE_OS}" == "$LATEST_TAG_OS" ]]; then

0 commit comments

Comments
 (0)