2023-06-13 21:49:04 +02:00
|
|
|
name: Build a docker image for node-jellyfin-role-ot
|
|
|
|
run-name: ${{ gitea.actor }} is building an image
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build-docker-image:
|
2023-06-13 21:50:21 +02:00
|
|
|
runs-on: ubuntu-latest
|
2023-06-13 21:49:04 +02:00
|
|
|
steps:
|
|
|
|
- run: bash dockerbuild.sh
|