diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-29 20:59:01 +0100 | 
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-29 20:59:01 +0100 | 
| commit | 9cb93d7a79429750d6bd96f044396c2ce685288c (patch) | |
| tree | 746b2fd2bd8c3cef3b866989da9a983237da8951 | |
| parent | 91c513459771bff8d2113c31402bf480a7e0c19f (diff) | |
fix: use the buildah image in the ci
| -rw-r--r-- | .forgejo/workflows/demo.yaml | 2 | 
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  | 
