There was an error while loading. Please reload this page.
1 parent 286c4f2 commit a938d51Copy full SHA for a938d51
1 file changed
.github/workflows/build_main.yaml
@@ -51,7 +51,7 @@ jobs:
51
SH_CLIENT_ID: ${{ secrets.SH_CLIENT_ID }}
52
SH_CLIENT_SECRET: ${{ secrets.SH_CLIENT_SECRET }}
53
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
+ 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
55
- name: copy static to build
56
run: cp -r static/* build/
57
- name: Deploy
0 commit comments