From d130736076f6f02fb27c50a13fad6eb63319248e Mon Sep 17 00:00:00 2001 From: Aram Peres <6775216+aramperes@users.noreply.github.com> Date: Sat, 23 Aug 2025 02:36:42 -0400 Subject: [PATCH] Try buildah --- .forgejo/workflows/website.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/website.yaml b/.forgejo/workflows/website.yaml index 1156f34..286af54 100644 --- a/.forgejo/workflows/website.yaml +++ b/.forgejo/workflows/website.yaml @@ -14,6 +14,8 @@ jobs: - name: Extract the tag id: extract_tag run: echo "::set-output name=tag::$(echo ${{ forge.sha }} | cut -c1-10)" + - name: Install Buildah + run: apt-get update && apt-get install -y buildah - name: Buildah Action uses: redhat-actions/buildah-build@v2 with: