Add ACME HTTP01 edit-in-place annotation and clean up Nginx config by… #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |