Commit 2444c699 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix docker image tag

parent 5d824147
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -116,14 +116,16 @@ dev_linting_docker:
# shell alpine runners
docker_login:
  stage: docker_login
  image: docker:19.03.12
  services:
    - docker:19.03.12-dind
  image: docker:19.03.12-dind
  #services:
  #  - docker:19.03.12-dind
  tags:
    - docker
  script:
   - cd services/capif-client/
   - docker build -t capif-client:$CI_COMMIT_REF_SLUG .
   - docker login --username $CI_REGISTRY_USER --password $CAPIF_DOCKER_REGISTRY $CI_REGISTRY
   - docker build -t CI_REGISTRY/ocf/capif/capif-client:$CI_COMMIT_REF_SLUG .
   - docker logout $CI_REGISTRY
#   - docker push capif-client:$CI_COMMIT_REF_SLUG
    
## NOT WORKING: failed when build de images - failed to mount overlay: operation not permitted" storage-driver=overlay2