From b70cdf47256cf2252e5a150755f4665ed5ed23cf Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 3 Jul 2025 00:45:19 +0000 Subject: [PATCH] change to gitea checkout --- .gitea/workflows/demo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 5e92552..358910d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -7,8 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v2 + - checkout: {} - name: Build Docker image run: docker build -t my-image:latest . \ No newline at end of file