Update .forgejo/workflows/docker-image.yaml
Some checks failed
/ build (push) Has been cancelled
/ docker-image (push) Failing after 22s

This commit is contained in:
Aaron Fischer 2023-10-09 23:05:31 +02:00
parent 1057d63033
commit 37cdfb082b

View file

@ -6,6 +6,8 @@ on:
jobs:
docker-image:
runs-on: docker
container:
image: ubuntu:latest
steps:
- name: Install dependencies
run: |