ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1279034175
This commit is contained in:
2024-05-05 13:53:22 +00:00
parent ba38649a9f
commit 87d1efe1a2

View File

@@ -44,7 +44,7 @@
- |
#Build Docker Container
mkdir $CI_PROJECT_DIR/packages
containername=$(echo "$PROJECT_NAME" | awk '{print tolower($0)}')
containername=$(echo "$CI_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