From f0a77763e7292aa5ba8e78a5f883c1489055fc73 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Thu, 30 Oct 2025 07:13:12 +0100 Subject: feat: install buildah --- .forgejo/workflows/demo.yaml | 5 +++-- ci/Containerfile | 4 ---- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 ci/Containerfile 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: diff --git a/ci/Containerfile b/ci/Containerfile deleted file mode 100644 index 5f88108..0000000 --- a/ci/Containerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM data.forgejo.org/oci/node:20-bullseye - -RUN apt-get update && \ - apt-get install -y buildah git \ No newline at end of file -- cgit v1.2.3