We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7a9d0e + fd6c5a5 commit 77af14eCopy full SHA for 77af14e
.github/workflows/build-docker.yml
@@ -69,7 +69,7 @@ jobs:
69
# only build if the image tag doesn't exist
70
if: steps.check-image-tag.outputs.found_tag == 1
71
run: |
72
- aws s3 cp s3://osm-terraform-storage/dashboard_data/matches_new3.parquet dashboard_data/matches.parquet
+ aws s3 cp s3://osm-terraform-storage/dashboard_data/dashboard_251204-0918.parquet dashboard_data/matches.parquet
73
74
75
- name: Build and push Docker image
0 commit comments