Commit 68398da5 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 6e34c730
Pipeline #12261 failed with stages
in 17 seconds
......@@ -75,7 +75,7 @@ diag:
build:
stage: build
image: docker:24.0.9
image: docker:25.0.0
extends: .build_template
before_script:
- echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA}
......@@ -99,7 +99,7 @@ build:
deploy:
stage: deploy
image: docker:24.0.9
image: docker:25.0.0
tags: ["ubuntu","vm"]
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