Skip to content

Rewriting the User Guide #15

Rewriting the User Guide

Rewriting the User Guide #15

name: Build Docker image (docs)
on:
push:
branches: [main]
paths: ['docs/Dockerfile']
pull_request:
branches: [main]
paths: ['docs/Dockerfile']
jobs:
build-and-push-docker-image:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v2
name: Checkout repository
- uses: pmorelli92/[email protected]
name: Build and Publish latest service image
with:
github-push-secret: ${{secrets.GITHUB_TOKEN}}
docker-image-name: dowhy-docs-generation
docker-image-tag: latest # optional
dockerfile-path: ./docs/Dockerfile # optional