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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['umbrel-works']
|
||||
release:
|
||||
types: [created, published, prereleased]
|
||||
workflow_dispatch: # This allows manual triggering of the workflow
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue