diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index ca9611f..4e4bc6d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -26,10 +26,10 @@ jobs: - name: DELETE old master binary uses: fjogeleit/http-request-action@v1 + continue-on-error: true with: url: "https://antoine-roux.tk/projects/api/packages/go/generic/docker-multi-arch-builder/${{ env.RELEASE_VERSION }}" method: 'DELETE' - continue-on-error: true username: ${{ github.actor }} password: ${{ secrets.TOKEN_REGISTRY }} timeout: 20000