Log verbessert

This commit is contained in:
2026-04-23 17:03:58 +02:00
parent c630ef50a7
commit 6ae153ce10
2 changed files with 4 additions and 3 deletions

View File

@@ -47,9 +47,9 @@ docker buildx build \
.
# 4. Tagge auch als :latest
echo ">>> Tagge ${image} als :latest..."
echo ">>> Tagge ${IMAGE_NAME} als :latest..."
docker buildx imagetools create \
-t "${REGISTRY}/${image}:latest" \
-t "${REGISTRY}/${IMAGE_NAME}:latest" \
"${FULL_IMAGE}"
echo ">>> Build und Push erfolgreich!"