diff --git a/deploy.sh b/deploy.sh index b8dfdf9..089737a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -37,6 +37,12 @@ docker buildx build \ --push \ . + echo ">>> Tagge ${IMAGE_NAME} als :latest..." + docker buildx imagetools create \ + -t "${REGISTRY}/${IMAGE_NAME}:latest" \ + "${FULL_IMAGE}" + + echo "" echo "==========================================" echo "Deploy erfolgreich abgeschlossen!"