Update
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
PB
2025-12-13 15:55:27 +01:00
parent cc0bd22cac
commit e7478ae657
6 changed files with 19 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/sh
# RUN IN REPO ROOT DIR !!
export IMAGE_PREFIX="git.ego.freeddns.org/egommerce/identity"
# export IMAGE_PREFIX="git.ego.freeddns.org/egommerce/identity"
export IMAGE_PREFIX="localhost:32000/egommerce/identity"
export BUILDER_IMAGE="egommerce-builder:identity"
export BUILD_TIME=$(date +"%Y%m%d%H%M%S")
export SERVER_IMAGE="$IMAGE_PREFIX-svc"