From d5055e0bdaff3ad0741a2ab0c264dc502f195528 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:47:20 -0700 Subject: [PATCH] quay --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index aedc29c..5a8d82c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,12 +11,12 @@ env: jobs: build: runs-on: ubuntu-latest + container: + image: quay.io/podman/stable + options: --privileged steps: - uses: actions/checkout@v4 - - name: Install Podman - run: apt-get update -qq && apt-get install -y podman - - name: Log in to registry run: | echo "${{ secrets.FORGE_TOKEN }}" \