Skip to content

Deduce Square notification URL from SITE_ROOT_URL (#103) #94

Deduce Square notification URL from SITE_ROOT_URL (#103)

Deduce Square notification URL from SITE_ROOT_URL (#103) #94

Workflow file for this run

name: Docker CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: docker build . --file Dockerfile --target dev
- name: Build the Docker image
run: docker build . --file Dockerfile --target prod