Commit a803663f by shah

add version

parent 97ee402e
Pipeline #13443 failed with stage
in 2 seconds
0.0.1
\ No newline at end of file
......@@ -12,9 +12,8 @@ docker-build:
services:
- docker:20.10-dind
before_script:
# - 'VERSION=$(cat VERSION) && echo "version: $VERSION"'
# - 'TAG="$IMG_NAME:$VERSION" && echo "tag: $TAG"'
- 'TAG="$IMG_NAME:0.0.1" && echo "tag: $TAG"'
- 'VERSION=$(cat VERSION) && echo "version: $VERSION"'
- 'TAG="$IMG_NAME:$VERSION" && echo "tag: $TAG"'
- 'PUSH_TAG="$REGISTRY_URL/$TAG" && echo "pushtag: $PUSH_TAG"'
script:
- docker build --rm -t $TAG .
......
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