9 lines
201 B
YAML
9 lines
201 B
YAML
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
|