4 lines
155 B
Bash
Executable file
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
|