From 4af502e99dbe84c0b4f9fe9ba9e9cc1c420ec84a Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Thu, 9 Feb 2023 15:15:02 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25f7524..f7c426a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,5 +16,5 @@ Build docker image: before_script: - echo -n $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY script: - - docker build --tag $IMG https://github.com/stac-utils/pgstac + - docker build --tag $IMG https://github.com/stac-utils/pgstac.git - docker push $IMG -- GitLab