Skip to content

English 'Onboarding' and 'Complete onboarding' documentation #39

English 'Onboarding' and 'Complete onboarding' documentation

English 'Onboarding' and 'Complete onboarding' documentation #39

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