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