fix(ci): set network mode to host
This commit is contained in:
parent
0b777d00ae
commit
547ae0d76d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export EDITION=$1
|
||||
export BA="--build-arg EDITION=$1 --build-arg DATABASE_URL="$DATABASE_URL""
|
||||
export BA="--network=host --build-arg EDITION=$1 --build-arg DATABASE_URL="$DATABASE_URL""
|
||||
|
||||
# podman build $BA -t "$CI_REGISTRY_IMAGE/$EDITION/dev-container:latest" --target=dev-container .
|
||||
# podman push "$CI_REGISTRY_IMAGE/$EDITION/dev-container:latest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue