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 }}" \