code-forge/build-ci.sh

7 lines
105 B
Bash
Raw Normal View History

2024-04-14 00:22:24 +00:00
#!/bin/bash
(
cd images
podman build -t ubuntu-ci:dev -f ./Dockerfile.ubuntu-latest
) || exit 1