Image wird auch als 'latest' getagged

This commit is contained in:
2026-05-10 15:52:58 +02:00
parent 419ad39ead
commit 4d84b8f718
+6
View File
@@ -37,6 +37,12 @@ docker buildx build \
--push \ --push \
. .
echo ">>> Tagge ${IMAGE_NAME} als :latest..."
docker buildx imagetools create \
-t "${REGISTRY}/${IMAGE_NAME}:latest" \
"${FULL_IMAGE}"
echo "" echo ""
echo "==========================================" echo "=========================================="
echo "Deploy erfolgreich abgeschlossen!" echo "Deploy erfolgreich abgeschlossen!"