Add additional triggers for workflow
Build and publish Docker image / build (push) Successful in 18s
Details
Build and publish Docker image / build (push) Successful in 18s
Details
This commit is contained in:
parent
549e5b951e
commit
b4d7b355c1
|
@ -1,5 +1,8 @@
|
||||||
name: Build and publish Docker image
|
name: Build and publish Docker image
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.newpipe-ev.de
|
REGISTRY: git.newpipe-ev.de
|
||||||
|
|
Loading…
Reference in New Issue