All checks were successful
dustin/sshca/pipeline/head This commit looks good
When this repository was split from the original *dustin/sshca* repository, the CI pipeline was not imported. It wouldn't have mattered if it had been, since it wouldn't have worked, anyway, given the path changes.
6 lines
69 B
Bash
6 lines
69 B
Bash
#!/bin/sh
|
|
|
|
. ci/common.sh
|
|
|
|
buildah build -t "${IMAGE_NAME}:${TAG}" .
|