summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-10-30 07:10:08 +0100
committerMatthieu Pignolet <matthieu@puffer.fish>2025-10-30 07:10:08 +0100
commit3bf1917353d0642c23f330da3d501ba07e625433 (patch)
tree610048f1cc75df022e3721120d838e55a509c009
parent8348f35121c9c1cd724e014c308c0dc41c5d73d6 (diff)
fix: fix the syntax
-rw-r--r--.forgejo/workflows/demo.yaml3
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