Skip to content

Update Dockerfile, Nginx configuration, and file structure. adds redi… #42

Update Dockerfile, Nginx configuration, and file structure. adds redi…

Update Dockerfile, Nginx configuration, and file structure. adds redi… #42

Workflow file for this run

name: Build and Push Wiki Cedille Docker Image
on:
push:
branches:
- master
paths:
- 'wiki/**'
pull_request:
branches:
- master
paths:
- 'wiki/**'
jobs:
build-push-ghcr:
uses: ClubCedille/cedille-workflows/.github/workflows/build-push-ghcr.yaml@master
with:
container-name: 'wiki-cedille'
context: '.'
file: 'wiki/Dockerfile'
secrets: inherit