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 dafa3bc commit 11b7584Copy full SHA for 11b7584
.github/workflows/docker.yml
@@ -83,10 +83,10 @@ jobs:
83
TAGS="$TAGS,${{ env.ECR_REGISTRY }}${{ github.repository }}:latest-${BASE_OS}"
84
LATEST_TAGS="$TAGS,${{ github.repository }}:latest"
85
LATEST_TAGS="$LATEST_TAGS,${{ env.ECR_REGISTRY }}${{ github.repository }}:latest"
86
- echo is_production=true >> $GITHUB_OUTPUT
+ echo is_production=yes >> $GITHUB_OUTPUT
87
else
88
LATEST_TAGS="$TAGS"
89
- echo is_production=false >> $GITHUB_OUTPUT
90
fi
91
printf "Tagging %s with " "${BASE_OS}"
92
if [[ "${BASE_OS}" == "$LATEST_TAG_OS" ]]; then
0 commit comments