ci: remove updating server for stable releases
This commit is contained in:
parent
4d71afa884
commit
f71a675a34
1 changed files with 0 additions and 7 deletions
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue