Files
docker/latex/build-image.sh
Janis Hutz becdf00ad9
All checks were successful
Create and publish container / build_container (push) Successful in 7s
Restructure repo
2025-12-22 19:19:43 +01:00

5 lines
58 B
Bash
Executable File

#!/bin/sh
docker buildx build . -t "$1"
docker push "$1"