From 806c8c2f54063bb11c2efd0680a75d4e77029f39 Mon Sep 17 00:00:00 2001 From: Brian Bicknell Date: Sun, 2 Nov 2025 21:52:41 -0500 Subject: [PATCH] CD trial 2. --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 57598e6..5fff19d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,6 +31,10 @@ jobs: publish-image: runs-on: [self-hosted, linux, x64, docker] + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + options: >- + --privileged env: REGISTRY: ${{ secrets.REGISTRY_HOST }} OWNER_REPO: ${{ github.repository }}