Commit f8668208 authored by Cresson Remi's avatar Cresson Remi
Browse files

Update .gitlab-ci.yml

parent ed9ebcf7
No related merge requests found
Pipeline #44211 failed with stage
in 26 seconds
Showing with 2 additions and 0 deletions
+2 -0
...@@ -16,5 +16,7 @@ Build docker image: ...@@ -16,5 +16,7 @@ Build docker image:
before_script: before_script:
- echo -n $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY - echo -n $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
script: script:
- git clone https://github.com/stac-utils/pgstac.git
- cd pgstac
- docker build --tag $IMG . - docker build --tag $IMG .
- docker push $IMG - docker push $IMG
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment