Fun changes
This commit is contained in:
parent
cd778dd088
commit
349a6c1d53
60 changed files with 1260 additions and 2600 deletions
15
.github/workflows/docker-publish.yml
vendored
15
.github/workflows/docker-publish.yml
vendored
|
|
@ -27,9 +27,6 @@ jobs:
|
|||
- name: Download map assets (fonts, sprites, twemoji)
|
||||
run: uv run python -m pipeline.download.map_assets --output frontend/public/assets
|
||||
|
||||
- name: Download arcgis data for finder
|
||||
run: uv run python -m pipeline.download.arcgis --output property-data/arcgis_data.parquet
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
|
@ -73,15 +70,3 @@ jobs:
|
|||
cache-from: type=gha,scope=screenshot
|
||||
cache-to: type=gha,mode=max,scope=screenshot
|
||||
|
||||
- name: Build and push finder service
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.finder
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-finder:latest
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-finder:sha-${{ github.sha }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha,scope=finder
|
||||
cache-to: type=gha,mode=max,scope=finder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue