fix ci
This commit is contained in:
parent
10dd91b1f5
commit
5954ea434c
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
export EDITION=$1
|
||||||
export BA="--build-arg EDITION=$1"
|
export BA="--build-arg EDITION=$1"
|
||||||
|
|
||||||
podman build $BA -t "$CI_REGISTRY_IMAGE/$EDITION/dev-container:latest" --target=dev-container .
|
podman build $BA -t "$CI_REGISTRY_IMAGE/$EDITION/dev-container:latest" --target=dev-container .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue