Skip to content

feat(common): dockerfile, compose and publish action #1

feat(common): dockerfile, compose and publish action

feat(common): dockerfile, compose and publish action #1

Workflow file for this run

name: Publish
on:
pull_request:
types:
- closed
branches:
- master
paths-ignore:
- .github
workflow_dispatch:
jobs:
docker:
if: |
github.event_name == 'workflow_dispatch' ||
(
github.event.pull_request.merged == true &&
!startsWith(github.head_ref, 'release/')
)
name: Build Docker image and push
uses: rees46/workflow/.github/workflows/docker-publish.yaml@master
permissions: write-all
with:
packageName: api-docs