Commit 053d821c by shah

add version

parent a803663f
Pipeline #13444 failed with stage
in 0 seconds
......@@ -12,7 +12,7 @@ docker-build:
services:
- docker:20.10-dind
before_script:
- 'VERSION=$(cat VERSION) && echo "version: $VERSION"'
- 'VERSION=$(cat .version) && echo "version: $VERSION"'
- 'TAG="$IMG_NAME:$VERSION" && echo "tag: $TAG"'
- 'PUSH_TAG="$REGISTRY_URL/$TAG" && echo "pushtag: $PUSH_TAG"'
script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment