From 0fdd16a906e979bd09031caf1009ecda693224ce Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 3 Jul 2025 01:18:24 +0000 Subject: [PATCH] Update .gitea/workflows/demo.yaml --- .gitea/workflows/demo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 5d5e18a..215c8f3 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,7 +6,8 @@ on: jobs: build: runs-on: ubuntu-latest - default_image: ghcr.io/catthehacker/ubuntu:full-latest + container: + image: ghcr.io/catthehacker/ubuntu:full-latest steps: - name: checkout uses: actions/checkout@v4