Some checks failed
Build a docker image for node-jellyfin-role-ot / build-docker-image (push) Failing after 41s
10 lines
214 B
YAML
10 lines
214 B
YAML
name: Build a docker image for node-jellyfin-role-ot
|
|
run-name: ${{ gitea.actor }} is building an image
|
|
on: [push]
|
|
|
|
jobs:
|
|
build-docker-image:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: bash dockerbuild.sh
|