update build that it use the VERSION file as Argument for gitea action build
Build and Push Docker Container / build-and-push (push) Has started running

This commit is contained in:
2025-10-14 16:36:30 +02:00
parent 1428582834
commit 6d32d1a32f
4 changed files with 18 additions and 12 deletions
-2
View File
@@ -2,8 +2,6 @@
set -ex
VERSION=`cat VERSION`
# Clone new code
sed -i 's/127.0.0.1/0.0.0.0/g' internal/constants/constants.go