Restructure repo
All checks were successful
Create and publish container / build_container (push) Successful in 7s

This commit is contained in:
2025-12-22 19:19:43 +01:00
parent 924ae58cc9
commit becdf00ad9
6 changed files with 2 additions and 2 deletions

4
latex/build-image.sh Executable file
View File

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