chore: add install for buildah
Some checks failed
build-azure / Build and push image (push) Failing after 1m35s

This commit is contained in:
Bastien Riviere 2024-12-08 20:29:16 +01:00
parent 7cd37d6921
commit 47df223f3e
Signed by: babariviere
GPG key ID: 4E5F0839249F162E
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
sudo apt-get update -qq
sudo apt-get -qq -y install buildah

View file

@ -34,6 +34,10 @@ jobs:
- name: Checkout Push to Registry action
uses: actions/checkout@v4
- name: Install packages
run: |
bash .forgejo/install_packages.sh
- name: Generate tags
id: generate-tags
shell: bash