Skip to content
Snippets Groups Projects
Unverified Commit dd927f47 authored by Max Adamo's avatar Max Adamo
Browse files

DEV-154 fix ci

parent 38d9ada2
Branches
No related tags found
No related merge requests found
Pipeline #82032 failed
......@@ -6,10 +6,11 @@ build:
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
script:
- ls -la
- docker info
- echo "hello 1"
- echo "password is ${CI_REGISTRY_PASSWORD} and username is ${CI_REGISTRY_USER} and resgistry is ${CI_REGISTRY}"
- echo "hello 2"
- echo \"hello 1\"
- echo \"password is ${CI_REGISTRY_PASSWORD} and username is ${CI_REGISTRY_USER} and resgistry is ${CI_REGISTRY}\"
- echo \"hello 2\"
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_COMMIT_BRANCH.$CI_COMMIT_TIMESTAMP .
- docker push $IMAGE_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment