From 69f4af0a4d067db6a521c611388813a82e0cfb73 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Fri, 30 May 2025 20:01:16 +0300 Subject: [PATCH] ci: fix --- .gitea/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index ecf38b6..6b8243f 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -24,9 +24,6 @@ on: jobs: changelog: runs-on: ubuntu-latest - container: - image: gitea/runner-images:ubuntu-latest - privileged: true steps: - name: Checkout this repository uses: actions/checkout@v4