From e1ee169904b0af3ad0950d8c3dceaf42b91b793b Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 3 Jul 2025 21:57:09 +0000 Subject: [PATCH] Update .gitea/workflows/demo.yaml --- .gitea/workflows/demo.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 215c8f3..4b57c7d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,8 +6,6 @@ on: jobs: build: runs-on: ubuntu-latest - container: - image: ghcr.io/catthehacker/ubuntu:full-latest steps: - name: checkout uses: actions/checkout@v4