mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 07:22:37 -07:00
Update Docker build workflows
This commit is contained in:
parent
47d51f92c7
commit
5aa59b93b0
2 changed files with 6 additions and 3 deletions
4
.github/workflows/publishdocker-branch.yml
vendored
4
.github/workflows/publishdocker-branch.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Publish Docker Branch
|
name: Publish Docker Branch
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master, beta, nightly]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
5
.github/workflows/publishdocker-release.yml
vendored
5
.github/workflows/publishdocker-release.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: Publish Docker Release
|
name: Publish Docker Release
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [published, prereleased]
|
tags:
|
||||||
|
- 'v*'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue