Skip to content

Commit a938d51

Browse files
committed
fix: update eodash_catalog to 0.5.7
1 parent 286c4f2 commit a938d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
SH_CLIENT_ID: ${{ secrets.SH_CLIENT_ID }}
5252
SH_CLIENT_SECRET: ${{ secrets.SH_CLIENT_SECRET }}
5353
run: |
54-
docker run -v "$PWD:/workspace" -w "/workspace" -e SH_INSTANCE_ID="$SH_INSTANCE_ID" -e SH_CLIENT_ID="$SH_CLIENT_ID" -e SH_CLIENT_SECRET="$SH_CLIENT_SECRET" ghcr.io/eodash/eodash_catalog:0.5.2 eodash_catalog -gp
54+
docker run -v "$PWD:/workspace" -w "/workspace" -e SH_INSTANCE_ID="$SH_INSTANCE_ID" -e SH_CLIENT_ID="$SH_CLIENT_ID" -e SH_CLIENT_SECRET="$SH_CLIENT_SECRET" ghcr.io/eodash/eodash_catalog:0.5.7 eodash_catalog -gp
5555
- name: copy static to build
5656
run: cp -r static/* build/
5757
- name: Deploy

0 commit comments

Comments
 (0)