ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1285322164
This commit is contained in:
2024-05-09 23:47:44 +00:00
parent cbef9a0299
commit 4b76641b2b

View File

@@ -44,7 +44,7 @@
- |
#Build Docker Container
mkdir $CI_PROJECT_DIR/packages
containername=$(echo "$CI_PROJECT_NAME" | awk '{print tolower($0)}')
containername=$(echo "$PROJECT_NAME" | awk '{print tolower($0)}')
docker build -t $containername .
docker save -o $CI_PROJECT_DIR/packages/$containername.$VERSION.tar.gz $containername
# End of build.sh