Compare commits

...

2 Commits

Author SHA1 Message Date
b67982ed38 ls
Some checks failed
Build a docker image for node-jellyfin-role-ot / build-docker-image (push) Failing after 9s
2023-06-13 23:29:29 +02:00
e3144fc402 add checkout option 2023-06-13 23:29:03 +02:00

View File

@ -6,4 +6,9 @@ jobs:
build-docker-image:
runs-on: ubuntu-latest
steps:
- run: ./dockerbuild.sh
- name: ls
run: ls
- name: Checkout repository
uses: actions/checkout@v3
- name: use build script
run: ./dockerbuild.sh