Skip to content

Commit

Permalink
Use "yes" instead of "true" for status
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Dec 30, 2024
1 parent dafa3bc commit 11b7584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ jobs:
TAGS="$TAGS,${{ env.ECR_REGISTRY }}${{ github.repository }}:latest-${BASE_OS}"
LATEST_TAGS="$TAGS,${{ github.repository }}:latest"
LATEST_TAGS="$LATEST_TAGS,${{ env.ECR_REGISTRY }}${{ github.repository }}:latest"
echo is_production=true >> $GITHUB_OUTPUT
echo is_production=yes >> $GITHUB_OUTPUT
else
LATEST_TAGS="$TAGS"
echo is_production=false >> $GITHUB_OUTPUT
echo is_production=yes >> $GITHUB_OUTPUT
fi
printf "Tagging %s with " "${BASE_OS}"
if [[ "${BASE_OS}" == "$LATEST_TAG_OS" ]]; then
Expand Down

0 comments on commit 11b7584

Please sign in to comment.