mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 12:36:36 +00:00
only create a container on published releases
This commit is contained in:
parent
d4218f0087
commit
d0d4cbeace
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -4,7 +4,8 @@ env:
|
|||||||
IMAGE_NAME: tubesync
|
IMAGE_NAME: tubesync
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
containerise:
|
containerise:
|
||||||
|
Loading…
Reference in New Issue
Block a user