Some checks failed
/ Build and Test CI Image (pull_request) Failing after 3m25s
6 lines
136 B
Bash
Executable file
6 lines
136 B
Bash
Executable file
#!/bin/sh
|
|
|
|
readonly image_tag="registry.garrity.co:8443/gs/ci-scala:latest"
|
|
|
|
podman build --tag "$image_tag" .
|
|
podman push "$image_tag"
|