fix goreleaser winget token field and temp disable docker workflow

This commit is contained in:
henrygd
2025-08-01 20:43:33 -04:00
parent 1811ebdee4
commit 79e79079bc
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: Make docker images
on: on:
push: push:
tags: tags:
- "v*" - "xv*"
jobs: jobs:
build: build:

View File

@@ -188,7 +188,6 @@ winget:
publisher_support_url: "https://github.com/henrygd/beszel/issues" publisher_support_url: "https://github.com/henrygd/beszel/issues"
short_description: "Agent for Beszel, a lightweight server monitoring platform." short_description: "Agent for Beszel, a lightweight server monitoring platform."
skip_upload: auto skip_upload: auto
token: "{{ .Env.WINGET_TOKEN }}"
description: | description: |
Beszel is a lightweight server monitoring platform that includes Docker Beszel is a lightweight server monitoring platform that includes Docker
statistics, historical data, and alert functions. It has a friendly web statistics, historical data, and alert functions. It has a friendly web
@@ -203,6 +202,7 @@ winget:
owner: henrygd owner: henrygd
name: beszel-winget name: beszel-winget
branch: henrygd.beszel-agent-{{ .Version }} branch: henrygd.beszel-agent-{{ .Version }}
token: "{{ .Env.WINGET_TOKEN }}"
pull_request: pull_request:
enabled: true enabled: true
draft: false draft: false