|
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:
|
|
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v3
|
|
- name: use build script
|
|
run: ./dockerbuild.sh
|