From b274f2c975ed2596f553eef2d929cc9c77695eee Mon Sep 17 00:00:00 2001 From: Arlind Date: Mon, 16 Jun 2025 12:37:06 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 599fa2c..38ee1a7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: runs-on: ubuntu-latest container: image: ${{ vars.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest - options: --pull always steps: - name: Checkout Repository