From c8fc877cf3868ed2ed31cd1cbad7425a888e77be Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 12 Dec 2023 19:56:18 +0100 Subject: [PATCH] use buildahi-latest --- .gitea/workflows/container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/container.yaml b/.gitea/workflows/container.yaml index 03fd476..ef46e71 100644 --- a/.gitea/workflows/container.yaml +++ b/.gitea/workflows/container.yaml @@ -2,7 +2,7 @@ name: Build Container Image on: [push] jobs: build-container: - runs-on: buildah + runs-on: buildah-latest steps: - name: Check out repository code uses: actions/checkout@v3