Merge pull request #1606 from Vizzuality/MRXN23-531-cost-surface-layer #48
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: Webshot build | |
on: | |
push: | |
paths: | |
- 'webshot/**' | |
- '.github/**' | |
workflow_dispatch: | |
jobs: | |
build-webshot: | |
runs-on: ubuntu-22.04 | |
timeout-minutes: 10 | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Build webshot service | |
run: docker compose -f docker-compose-build-webshot.yml build webshot | |