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

Update .gitlab-ci.yml

parent 935e5cd7
No related merge requests found
Pipeline #44221 failed with stage
in 30 seconds
Showing with 4 additions and 1 deletion
+4 -1
......@@ -16,5 +16,8 @@ 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/archive/refs/tags/v0.6.13.zip
- wget https://github.com/stac-utils/pgstac/archive/refs/tags/v0.6.13.zip
- unzip *.zip
- cd pgstac
- docker build --tag $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