From 503188431bf7b5658d4e9a0eac5ccc899e478377 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 11 Oct 2024 21:20:50 +0200 Subject: [PATCH] Add buildah --- .gitea/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ae7364e..9235ccc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -29,6 +29,9 @@ jobs: id-token: write steps: + - name: Install buildah + run: apt update && apt install -y buildah + - name: Checkout uses: https://github.com/actions/checkout@v3