Skip to content

Commit 77af14e

Browse files
authored
Merge pull request #101 from nimh-dsst/100-upload-new-parquet-file-for-dashboard
Updated dashboard s3 URL
2 parents a7a9d0e + fd6c5a5 commit 77af14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# only build if the image tag doesn't exist
7070
if: steps.check-image-tag.outputs.found_tag == 1
7171
run: |
72-
aws s3 cp s3://osm-terraform-storage/dashboard_data/matches_new3.parquet dashboard_data/matches.parquet
72+
aws s3 cp s3://osm-terraform-storage/dashboard_data/dashboard_251204-0918.parquet dashboard_data/matches.parquet
7373
7474
7575
- name: Build and push Docker image

0 commit comments

Comments
 (0)