mightypanders
b67982ed38
Some checks failed
Build a docker image for node-jellyfin-role-ot / build-docker-image (push) Failing after 9s
15 lines
343 B
YAML
15 lines
343 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:
|
|
- name: ls
|
|
run: ls
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v3
|
|
- name: use build script
|
|
run: ./dockerbuild.sh
|