summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-10-29 20:59:01 +0100
committerMatthieu Pignolet <matthieu@puffer.fish>2025-10-29 20:59:01 +0100
commit9cb93d7a79429750d6bd96f044396c2ce685288c (patch)
tree746b2fd2bd8c3cef3b866989da9a983237da8951
parent91c513459771bff8d2113c31402bf480a7e0c19f (diff)
fix: use the buildah image in the ci
-rw-r--r--.forgejo/workflows/demo.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml
index e9cbd71..cf41ad2 100644
--- a/.forgejo/workflows/demo.yaml
+++ b/.forgejo/workflows/demo.yaml
@@ -14,6 +14,8 @@ jobs:
container-build:
name: Build image
runs-on: docker
+ container:
+ image: docker.io/buildah/buildah
steps:
- uses: actions/checkout@v4