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

This commit is contained in:
2025-12-22 17:54:23 +01:00
commit 15c34ae2c0
6 changed files with 86 additions and 0 deletions

4
build-image.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
docker buildx build . -t "$1"
docker push "$1"