V0 #2

Closed
RusticMaple wants to merge 58 commits from v0 into main
Showing only changes of commit 5954ea434c - Show all commits
Maple 2025-11-13 14:36:40 +01:00

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash
export EDITION=$1
export BA="--build-arg EDITION=$1"
podman build $BA -t "$CI_REGISTRY_IMAGE/$EDITION/dev-container:latest" --target=dev-container .