From f71a675a342d4d60401b8362d68c2bf24072a13c Mon Sep 17 00:00:00 2001 From: Marie Date: Tue, 17 Oct 2023 09:34:58 +0200 Subject: [PATCH] ci: remove updating server for stable releases --- .github/workflows/docker.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 502ac93b6b..7312eb4522 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -62,10 +62,3 @@ jobs: labels: stable cache-from: type=gha cache-to: type=gha,mode=max - - name: Push update to server - if: steps.build.outcome == 'success' - uses: indiesdev/curl@v1.1 - with: - url: ${{ secrets.AUTO_UPDATE_URL }} - method: POST - timeout: 600000