Fix CI
This commit is contained in:
parent
4f61c702b1
commit
1a5c413464
2 changed files with 10 additions and 17 deletions
|
|
@ -17,8 +17,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up uv
|
||||
uses: astral-sh/setup-uv@v4
|
||||
- name: Install uv
|
||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
||||
- name: Download map assets (fonts, sprites, twemoji)
|
||||
run: uv run python -m pipeline.download.map_assets --output frontend/public/assets
|
||||
|
|
@ -27,10 +27,10 @@ jobs:
|
|||
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
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to Forgejo Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
echo "sha_short=${SHA_SHORT}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ steps.tags.outputs.repo }}:buildcache,mode=max
|
||||
|
||||
- name: Build and push screenshot service
|
||||
uses: docker/build-push-action@v6
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
context: ./screenshot
|
||||
push: true
|
||||
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ steps.tags.outputs.repo }}-screenshot:buildcache,mode=max
|
||||
|
||||
- name: Build and push finder service
|
||||
uses: docker/build-push-action@v6
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.finder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue