We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f34a2 commit 3e96189Copy full SHA for 3e96189
scripts/xojo2docker.sh
@@ -192,7 +192,6 @@ if [ ! -z "$DOCKER_BUILD_MULTIARCH_IMAGE" ]; then
192
exit 10
193
fi
194
195
- DOCKER_TAG_LATEST="$(cut -d':' -f1 <<<'${DOCKER_TAG}')"
196
echo ""
197
echo "Xojo2Docker: [Info] Tag and Push MultiArch 'latest' by executing this command"
198
echo "docker buildx imagetools create -t ${DOCKER_TAG_LATEST} ${DOCKER_TAG}"
0 commit comments