Skip to content

Merge branch 'develop' into staging #58

Merge branch 'develop' into staging

Merge branch 'develop' into staging #58

Workflow file for this run

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@v4
- name: Build webshot service
run: docker compose -f docker-compose-build-webshot.yml build webshot