runner-images/build.sh
2025-06-08 22:06:56 +10:00

4 lines
155 B
Bash
Executable file

#!/usr/bin/env bash
docker build --pull --rm -t registry.mightycastle.net/runner-image:latest .
docker push registry.mightycastle.net/runner-image:latest