Update README.md for adjusted Makefile #18
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
# Use hotosm workflow immage build fors pushes to main or release branches | |
name: Image Build | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'release/*' | |
- 'dev' | |
jobs: | |
build: | |
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@main | |
secrets: inherit | |
with: | |
image_name: ghcr.io/${{ github.repository }} | |
build_target: prod |