add gitea cicd
This commit is contained in:
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
|
Reference in New Issue
Block a user