Commit 70011bf2 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent b4465199
Pipeline #12361 failed with stages
in 46 seconds
......@@ -11,7 +11,7 @@ variables:
DOCKERHUB_REPO: "$DOCKER_USERNAME/teledatastream" # set repo name
.build_template:
tags: ["ubuntu","vm"] # match your runner tags
tags: ["docker"] # match your runner tags
before_script:
- echo "Docker CLI info:"
- docker version
......@@ -75,7 +75,9 @@ diag:
build:
stage: build
image: docker:24.0.9
image: docker:20.10.16
services:
- docker:20.10.16
extends: .build_template
before_script:
- echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA}
......@@ -99,7 +101,9 @@ build:
deploy:
stage: deploy
image: docker:25.0.0
image: docker:20.10.16
services:
- docker:20.10.16
extends: .build_template
script:
- echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
......
Supports Markdown
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