Skip to content
Snippets Groups Projects
Commit 6dd62ed9 authored by Julien.Prados's avatar Julien.Prados
Browse files

test3

parent 5266d113
No related branches found
No related tags found
No related merge requests found
Pipeline #97067 failed
build:
image: docker:20.10.16
image: docker
services:
- docker:dind
stage: build
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
......@@ -7,3 +9,5 @@ build:
- echo "IMAGE_TAG=" $IMAGE_TAG
- echo "CI_REGISTRY=" $CI_REGISTRY
- echo "CI_REGISTRY_USER=" $CI_REGISTRY_USER
- echo "CI_REGISTRY_PASSWORD=" $CI_REGISTRY_PASSWORD
- docker ps -a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment