mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
18 lines
373 B
YAML
18 lines
373 B
YAML
name: Build container of the preview release
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
paths-ignore:
|
|
- '**/README.md'
|
|
pull_request:
|
|
|
|
jobs:
|
|
go:
|
|
uses: ./.github/workflows/container.yml
|
|
with:
|
|
tachidesk_release_type: 'preview'
|
|
# i.e. only upload the container on push-to-main
|
|
do_upload: ${{ github.event_name == 'push' }}
|
|
secrets: inherit
|