diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-30 07:13:12 +0100 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-30 07:13:12 +0100 |
| commit | f0a77763e7292aa5ba8e78a5f883c1489055fc73 (patch) | |
| tree | 17ddf6026c1694d78de0029572d2c51890c6e291 /.forgejo | |
| parent | 5cbb13d6b89705773429e9fa0570e25c9b6a57a4 (diff) | |
feat: install buildah
Diffstat (limited to '.forgejo')
| -rw-r--r-- | .forgejo/workflows/demo.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 0e6e2d2..d8048b9 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -14,11 +14,12 @@ jobs: container-build: name: Build image runs-on: docker - container: - image: 'ci/Containerfile' steps: - uses: actions/checkout@v4 + - run: | + apt-get update && \ + apt-get install -y buildah - name: Buildah Action uses: redhat-actions/buildah-build@v2 with: |
