Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Dec 30, 2024
1 parent 11b7584 commit 4aaa813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
echo is_production=yes >> $GITHUB_OUTPUT
else
LATEST_TAGS="$TAGS"
echo is_production=yes >> $GITHUB_OUTPUT
echo is_production=no >> $GITHUB_OUTPUT
fi
printf "Tagging %s with " "${BASE_OS}"
if [[ "${BASE_OS}" == "$LATEST_TAG_OS" ]]; then
Expand Down

0 comments on commit 4aaa813

Please sign in to comment.