Skip to content

Commit 3e96189

Browse files
authored
Xojo2Docker: Fix Info Output (#8)
1 parent b8f34a2 commit 3e96189

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/xojo2docker.sh

-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ if [ ! -z "$DOCKER_BUILD_MULTIARCH_IMAGE" ]; then
192192
exit 10
193193
fi
194194

195-
DOCKER_TAG_LATEST="$(cut -d':' -f1 <<<'${DOCKER_TAG}')"
196195
echo ""
197196
echo "Xojo2Docker: [Info] Tag and Push MultiArch 'latest' by executing this command"
198197
echo "docker buildx imagetools create -t ${DOCKER_TAG_LATEST} ${DOCKER_TAG}"

0 commit comments

Comments
 (0)