chore: add install for buildah
Some checks failed
build-azure / Build and push image (push) Failing after 1m35s
Some checks failed
build-azure / Build and push image (push) Failing after 1m35s
This commit is contained in:
parent
7cd37d6921
commit
47df223f3e
2 changed files with 6 additions and 0 deletions
2
.forgejo/install_packages.sh
Normal file
2
.forgejo/install_packages.sh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
sudo apt-get update -qq
|
||||||
|
sudo apt-get -qq -y install buildah
|
|
@ -34,6 +34,10 @@ jobs:
|
||||||
- name: Checkout Push to Registry action
|
- name: Checkout Push to Registry action
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install packages
|
||||||
|
run: |
|
||||||
|
bash .forgejo/install_packages.sh
|
||||||
|
|
||||||
- name: Generate tags
|
- name: Generate tags
|
||||||
id: generate-tags
|
id: generate-tags
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue