use a container with docker
All checks were successful
Build a docker image for node-jellyfin-role-ot / build-docker-image (push) Successful in 2m3s

This commit is contained in:
mightypanders 2023-06-14 18:59:07 +02:00
parent c8bfc47ddf
commit 034d14eb15

View File

@ -5,6 +5,11 @@ on: [push]
jobs:
build-docker-image:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3