Merge pull request #6551 from hotosm/upgrade/iD-editor-2.30.2 #279
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build & publish TM backend container image | |
on: | |
push: | |
branches: | |
- main | |
- develop | |
- deployment/hot-tasking-manager | |
- deployment/demo-tasking-manager | |
- deployment/container-tasking-manager | |
pull_request: | |
branches: | |
- main | |
- deployment/hot-tasking-manager | |
- deployment/demo-tasking-manager | |
- deployment/container-tasking-manager | |
jobs: | |
backend-build: | |
uses: hotosm/gh-workflows/.github/workflows/[email protected] | |
with: | |
image_name: ghcr.io/${{ github.repository }}/backend | |
build_target: prod | |
# frontend-build: | |
# uses: hotosm/gh-workflows/.github/workflows/[email protected] | |
# with: | |
# image_name: ghcr.io/${{ github.repository }}/backend | |
# dockerfile: scripts/docker/Dockerfile.frontend |