From 077deb41943b6afa9688a11fbc58f6a4dea1938b Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 29 Oct 2025 14:28:21 +0100 Subject: [PATCH] Remove container specification - use runner's default ubuntu-latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Match working workflow pattern from other server. Let runner provide Docker environment directly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitea/workflows/build-deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/build-deploy.yml b/.gitea/workflows/build-deploy.yml index f475b73..7506cee 100644 --- a/.gitea/workflows/build-deploy.yml +++ b/.gitea/workflows/build-deploy.yml @@ -8,9 +8,6 @@ on: jobs: docker: runs-on: ubuntu-latest - container: - image: ghcr.io/catthehacker/ubuntu:full-22.04 - options: --privileged steps: - name: Checkout code