Skip to content

Docker Image CI - caddy #2

Docker Image CI - caddy

Docker Image CI - caddy #2

Workflow file for this run

name: Docker Image CI - caddy
on:
push:
branches:
- master
paths:
- "caddy/*"
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish "latest" Docker image
uses: VaultVulp/[email protected]
with:
github-token: ${{ secrets.PAT_GHCR }}
image-name: caddy
dockerfile: Dockerfile
build-context: ./caddy