Skip to content

feat: api to get data extracts for the given aoi and category (#960) #1

feat: api to get data extracts for the given aoi and category (#960)

feat: api to get data extracts for the given aoi and category (#960) #1

name: 🔧 Build ODK Images
on:
# Push includes PR merge
push:
branches:
- development
paths:
# Workflow is triggered only if odkcentral dir changes
- "odkcentral/**"
# Allow manual trigger
workflow_dispatch:
jobs:
build-odkcentral:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
with:
context: odkcentral/api
image_tags: |
"ghcr.io/${{ github.repository }}/odkcentral:${{ vars.ODK_CENTRAL_TAG }}"
"ghcr.io/${{ github.repository }}/odkcentral:latest"
build_args: |

Check failure on line 22 in .github/workflows/build_odk_imgs.yml

View workflow run for this annotation

GitHub Actions / 🔧 Build ODK Images

Invalid workflow file

The workflow is not valid. .github/workflows/build_odk_imgs.yml (Line: 22, Col: 19): Invalid input, build_args is not defined in the referenced workflow.
ODK_CENTRAL_TAG=${{ vars.ODK_CENTRAL_TAG }}
build-proxy:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
with:
context: odkcentral/proxy
image_tags: |
"ghcr.io/${{ github.repository }}/odkcentral-proxy:${{ vars.ODK_CENTRAL_TAG }}"
"ghcr.io/${{ github.repository }}/odkcentral-proxy:latest"