diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-30 07:10:08 +0100 | 
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-30 07:10:08 +0100 | 
| commit | 3bf1917353d0642c23f330da3d501ba07e625433 (patch) | |
| tree | 610048f1cc75df022e3721120d838e55a509c009 /.forgejo/workflows | |
| parent | 8348f35121c9c1cd724e014c308c0dc41c5d73d6 (diff) | |
fix: fix the syntax
Diffstat (limited to '.forgejo/workflows')
| -rw-r--r-- | .forgejo/workflows/demo.yaml | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index c48eb23..c271b7f 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -14,7 +14,8 @@ jobs:    container-build:      name: Build image      runs-on: podman -    image: 'ci/Containerfile' +    container: +      image: 'ci/Containerfile'      steps:      - uses: actions/checkout@v4  | 
