From 21cb1c1015cfcd72f8ea7bf63d846e00f3b54f67 Mon Sep 17 00:00:00 2001 From: Alice Fage Date: Wed, 6 Dec 2023 10:16:52 +1300 Subject: [PATCH] fix: revert STAC catalog command --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 63a2b02f..f2108581 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,8 +22,9 @@ jobs: args: stac-catalog --output stac/catalog.json --template template/catalog.json /github/workspace/stac/ - name: Validate STAC Catalog - run: | - docker run -v "$PWD:$PWD" ghcr.io/linz/argo-tasks:v2 stac-validate "$PWD"/stac/catalog.json + uses: docker://ghcr.io/linz/argo-tasks:v2 + with: + args: stac-validate /github/workspace/stac/catalog.json - name: Validate STAC Collections run: |