4 lines
132 B
Bash
Executable file
4 lines
132 B
Bash
Executable file
#!/bin/sh
|
|
|
|
podman build --tag registry.garrity.co:8443/gs/ci-scala:latest .
|
|
podman push registry.garrity.co:8443/gs/ci-scala:latest
|