9 lines
217 B
Bash
Executable File
9 lines
217 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
set -e
|
|
|
|
podman build -t reg.xd.xkm.be/xdu/ubuntu:latest -t reg.xd.xkm.be/xdu/ubuntu:25.10 -f ubuntu.dockerfile
|
|
|
|
podman push reg.xd.xkm.be/xdu/ubuntu:latest
|
|
podman push reg.xd.xkm.be/xdu/ubuntu:25.10
|