Add buildah
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 17s

This commit is contained in:
Florian RICHER 2024-10-11 21:20:50 +02:00
parent 47b56f19cd
commit 503188431b

View file

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