Files
docker/latex/build-image.sh
Janis Hutz 3d59eb4142
All checks were successful
Create and publish container / build_container (push) Successful in 5s
Add logging
2025-12-23 06:58:54 +01:00

7 lines
95 B
Bash
Executable File

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