From 3e4f8937f31aee008082ea15364f8a3c46597e4f Mon Sep 17 00:00:00 2001 From: bacon Date: Wed, 29 May 2024 21:47:40 +0300 Subject: [PATCH] testing registry --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfa798c..24c05c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,8 +67,6 @@ make_image: # Here, the goal is to tag the "master" branch as "latest" Push latest: - needs: - - make_image variables: # We are just playing with Docker here. # We do not need GitLab to clone the source code. @@ -86,8 +84,6 @@ Push latest: # Finally, the goal here is to Docker tag any Git tag # GitLab will start a new pipeline everytime a Git tag is created, which is pretty awesome Push commit: - needs: - - make_image variables: # Again, we do not need the source code here. Just playing with Docker. GIT_STRATEGY: none @@ -98,8 +94,6 @@ Push commit: - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME Push tag: - needs: - - make_image variables: # Again, we do not need the source code here. Just playing with Docker. GIT_STRATEGY: none