Skip to content

Add workflows for automatically building and publishing service images #17

Add workflows for automatically building and publishing service images

Add workflows for automatically building and publishing service images #17

name: '[backend] Docker build Caddy (PROD)'
on:
pull_request:
paths:
- 'install/prod/caddy/*'
- '.github/workflows/docker-build-caddy.prod.yaml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build image
run: docker build -f install/prod/caddy/Dockerfile .
env:
DOCKER_BUILDKIT: 1