Skip to content

fix: use vars.blah, not env.blah 🤦 #395

fix: use vars.blah, not env.blah 🤦

fix: use vars.blah, not env.blah 🤦 #395

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