Fix missing $

I'm not good at computer
HubbeKing-multiplatform-builds
Hubbe 6 days ago committed by GitHub
parent cf289e8695
commit 61a6ccff0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -102,7 +102,7 @@ for component in "${COMPONENTS[@]}"; do
# manifest pushes are buildah-specific. docker buildx multiplatform builds have different syntax...
if [ -n "$PUSH" ]; then
echo "Pushing tag $specific"
"BUILD_CMD" manifest push --all "docker://$specific"
"$BUILD_CMD" manifest push --all "docker://$specific"
fi
if [ "$PUSH" == "latest" ]; then
echo "Pushing tag $latest"

Loading…
Cancel
Save