mirror of
https://github.com/outline/outline.git
synced 2026-08-03 13:27:25 +03:00
* Add nightly docker builds * Separate environment to ungate nightly builds from manual approval
18 lines
305 B
YAML
18 lines
305 B
YAML
name: Publish build
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- "v*"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
publish:
|
|
uses: ./.github/workflows/docker-build.yml
|
|
secrets: inherit
|
|
with:
|
|
tags: |
|
|
type=ref,event=branch
|
|
type=semver,pattern={{version}}
|
|
type=semver,pattern={{major}}.{{minor}}
|