Try buildah
Some checks failed
/ build (push) Failing after 17s

This commit is contained in:
Aram 🍐 2025-08-23 02:36:42 -04:00
parent 206bd9e89a
commit d130736076

View file

@ -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: