on release
This commit is contained in:
parent
c59d2569ae
commit
78c731d63f
1 changed files with 3 additions and 2 deletions
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
|
|
@ -1,8 +1,9 @@
|
||||||
name: Create and publish a Docker image
|
name: Create and publish a Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
branches: ['umbrel-works']
|
types: [created, published, prereleased]
|
||||||
|
workflow_dispatch: # This allows manual triggering of the workflow
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue