Update .forgejo/workflows/docker-image.yaml
This commit is contained in:
parent
1057d63033
commit
37cdfb082b
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ on:
|
|||
jobs:
|
||||
docker-image:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue