Add logging
All checks were successful
Create and publish container / build_container (push) Successful in 5s

This commit is contained in:
2025-12-23 06:58:54 +01:00
parent 209f917576
commit 3d59eb4142

View File

@@ -1,4 +1,6 @@
#!/bin/sh
echo "Build will be tagged with $1"
docker buildx build . -t "$1"
docker push "$1"