Skip to content

Update build workflows to use image caching, multi-arch, auto-tag #38

Update build workflows to use image caching, multi-arch, auto-tag

Update build workflows to use image caching, multi-arch, auto-tag #38

Workflow file for this run

name: PR Test Backend
on:
pull_request:
branches:
- main
- staging
- development
# Workflow is triggered only if src/backend changes
paths:
- src/backend/**
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
pytest:
uses: ./.github/workflows/r-pytest.yml

Check failure on line 17 in .github/workflows/pr_test_backend.yml

View workflow run for this annotation

GitHub Actions / PR Test Backend

Invalid workflow file

The workflow is not valid. In .github/workflows/pr_test_backend.yml (Line: 17, Col: 11): Error from called workflow hotosm/fmtm/.github/workflows/r-pytest.yml@3352e40296742e4e3e73ddf8974e1cd76d2539b4 (Line: 47, Col: 9): Unexpected symbol: '""'. Located at position 21 within expression: inputs.image_tag == "" && needs.check-img-cache.outputs.cache-hit != 'true' In .github/workflows/pr_test_backend.yml (Line: 17, Col: 11): Error from called workflow hotosm/fmtm/.github/workflows/r-pytest.yml@3352e40296742e4e3e73ddf8974e1cd76d2539b4 (Line: 81, Col: 14): Unrecognized named-value: 'ci-development'. Located at position 47 within expression: needs.backend-test-build.outputs.image_tag || ci-development
with:
docker_compose_service: api
# cache_imgs: |
# "docker.io/postgis/postgis:${{ vars.POSTGIS_TAG }}"
# "docker.io/minio/minio:${{ vars.MINIO_TAG }}"
# For caching odk central images, add:
# "ghcr.io/${{ github.repository }}/odkcentral:${{ vars.ODK_CENTRAL_TAG }}"
# "ghcr.io/${{ github.repository }}/odkcentral-proxy:${{ vars.ODK_CENTRAL_TAG }}"
secrets: inherit