Commit c7369c33 authored by Pranav's avatar Pranav
Browse files
parents 86ebcf8d da256d66
Pipeline #12303 passed with stages
in 36 seconds
......@@ -57,8 +57,8 @@ test:
diag:
stage: diag
image: docker:24.0.9
tags: ["ubuntu","vm"]
image: docker:25.0.0
extends: .build_template
script:
- echo "Check socket:"
- ls -l /var/run || true
......@@ -99,8 +99,8 @@ build:
deploy:
stage: deploy
image: docker:24.0.9
tags: ["ubuntu","vm"]
image: docker:25.0.0
extends: .build_template
script:
- echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
- echo "Logged into dockerhub succesfully!!"
......
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