We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4da6a commit aee95dcCopy full SHA for aee95dc
.github/workflows/docker.yml
@@ -3,7 +3,7 @@ name: docker
3
on:
4
push:
5
tags:
6
- - "*"
+ - "v*.*.*"
7
workflow_dispatch:
8
9
jobs:
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: publish
permissions:
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up Go
34
uses: actions/setup-go@v5
35
with:
36
- go-version: "stable"
+ go-version-file: "go.mod"
37
38
- name: Build binary
39
run: GOOS=${{ matrix.goos }} make build
@@ -85,3 +85,4 @@ jobs:
85
file: release/*
86
file_glob: true
87
tag: ${{ github.ref }}
88
+ draft: true
0 commit comments