Logos, robots and some fixs

This commit is contained in:
Xbird
2022-08-08 17:19:06 +00:00
parent 9918c6bad9
commit 4f00470223
54 changed files with 235 additions and 59 deletions

View File

@@ -68,7 +68,7 @@ publish:
before_script:
- apk add jq
script:
- APP_VERSION=$(cat package.json | jq .version -r)
- APP_VERSION=$(cat visionversion.json | jq .version -r)
- docker login $registry_host -u $registry_user -p $registry_pass
- docker build -f ./Dockerfile -t $registry_host/$registry_img:$APP_VERSION .
- docker push $registry_host/$registry_img:$APP_VERSION