From cabdb39a551adcc86eb71de1965c8804d3aa89e3 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Mohammadi Date: Sat, 4 Jan 2025 17:30:37 +0330 Subject: [PATCH] Try to fix gitea actions --- .gitea/workflows/gitea-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 87962d5..cf7b9a5 100755 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -20,11 +20,8 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4 - - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v2 - with: - install: true + - name: Checkout repository + uses: actions/checkout@v4 - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: