.
Some checks failed
Gitea Actions Demo / Build-Docker-Image (push) Failing after 52s

This commit is contained in:
Lazy Hippopotamus
2025-02-05 14:25:21 -05:00
parent 8d8e448b65
commit 1133404966

View File

@@ -9,7 +9,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: setup buildah
run: sudo apt install -y buildah
run: sudo apt -y update; sudo apt install -y buildah
- name: Buildah
uses: redhat-actions/buildah-build@v2
with: