6 lines
105 B
Bash
Executable file
6 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
|
|
(
|
|
cd images
|
|
podman build -t ubuntu-ci:dev -f ./Dockerfile.ubuntu-latest
|
|
) || exit 1
|