Update build script
Some checks failed
Create and publish container / build_container (push) Failing after 10s

This commit is contained in:
2025-12-23 07:30:02 +01:00
parent 1f3495bee7
commit ff0160935c

View File

@@ -3,5 +3,7 @@
echo "Build will be tagged with $1" echo "Build will be tagged with $1"
echo "Build directory is $(pwd)" echo "Build directory is $(pwd)"
OLD_IMG=docker image ls -q "$1"
docker buildx build . -t "$1" docker buildx build . -t "$1"
docker push "$1" docker push "$1"
docker image rm "$OLD_IMG"