add gitea cicd
This commit is contained in:
parent
8ee36f7510
commit
6e0c3b8ef6
8
.gitea/workflows/docker-build.yaml
Normal file
8
.gitea/workflows/docker-build.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name: Build a docker image for node-jellyfin-role-ot
|
||||||
|
run-name: ${{ gitea.actor }} is building an image
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-docker-image:
|
||||||
|
runs-on: node:alpine
|
||||||
|
steps:
|
||||||
|
- run: bash dockerbuild.sh
|
Loading…
Reference in New Issue
Block a user