From 32daf3ce4d34f9f5f78b38509ad4173183c4bf3c Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 13 Apr 2025 18:07:39 +0200 Subject: [PATCH] Actualiser .gitea/workflows/build-push.yaml --- .gitea/workflows/build-push.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 2f1393c..ccf3ec9 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -27,7 +27,8 @@ jobs: - name: install Buildah run: | apt-get update - apt-get install -y buildah + apt-get install -y buildah \ + podman - name: Checkout code uses: actions/checkout@v4