diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a5ac1b..f91cc69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,6 @@ variables: services: - name: docker:25.0.5-dind entrypoint: [ "env", "-u", "DOCKER_HOST" ] - command: [ "dockerd-entrypoint.sh" ] Build: stage: build @@ -100,7 +99,7 @@ Build: --label "org.opencontainers.image.version=$CI_COMMIT_REF_NAME" \ --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA \ . - - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA +# - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA # Here, the goal is to tag the "master" branch as "latest" #Push latest: