Loading capif/templates/ci_dev.gitlab-ci.yml +8 −12 Original line number Diff line number Diff line Loading @@ -111,21 +111,17 @@ dev_linting_docker: needs: ["dev_linting_code"] <<: *dev_common #docker_login: # stage: docker_login # image: docker:24.0.9 # services: # - docker:24.0.9-dind # script: # - | # docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY docker_login: stage: docker_login image: docker:24.0.9 services: - docker:24.0.9-dind script: - | #!/bin/bash #docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY cd services/capif-client/Dockerfile && docker build -t capif-client:$CI_COMMIT_REF_SLUG . docker push capif-client:$CI_COMMIT_REF_SLUG # Update your existing list of packages yum update Loading
capif/templates/ci_dev.gitlab-ci.yml +8 −12 Original line number Diff line number Diff line Loading @@ -111,21 +111,17 @@ dev_linting_docker: needs: ["dev_linting_code"] <<: *dev_common #docker_login: # stage: docker_login # image: docker:24.0.9 # services: # - docker:24.0.9-dind # script: # - | # docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY docker_login: stage: docker_login image: docker:24.0.9 services: - docker:24.0.9-dind script: - | #!/bin/bash #docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY cd services/capif-client/Dockerfile && docker build -t capif-client:$CI_COMMIT_REF_SLUG . docker push capif-client:$CI_COMMIT_REF_SLUG # Update your existing list of packages yum update