Skip to content

Commit

Permalink
fix: use docker command to run stac catalog validation
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Dec 5, 2023
1 parent 5d4e15c commit 66999aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
args: stac-catalog --output stac/catalog.json --template template/catalog.json /github/workspace/stac/

- name: Validate STAC Catalog
uses: docker://ghcr.io/linz/argo-tasks:v2
with:
args: stac-validate /github/workspace/stac/catalog.json
run: |
docker run -v "$PWD:$PWD" ghcr.io/linz/argo-tasks:v2 stac-validate "$PWD"/stac/catalog.json
- name: Validate STAC Collections
run: |
Expand Down

0 comments on commit 66999aa

Please sign in to comment.