fix docker
This commit is contained in:
parent
e5446d2c7e
commit
02f737de4b
2 changed files with 7 additions and 2 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -60,8 +60,9 @@ jobs:
|
|||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --clean --skip-publish
|
||||
args: release --clean
|
||||
env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SKIP_PUSH: ${{ github.event_name != 'release' }}
|
||||
GORELEASER_CURRENT_TAG: v${{ env.NBGV_SimpleVersion }}
|
||||
|
||||
|
|
|
|||
|
|
@ -212,4 +212,8 @@ docker_manifests:
|
|||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
snapshot:
|
||||
name_template: "{{ incpatch .Version }}"
|
||||
name_template: "{{ incpatch .Version }}"
|
||||
release:
|
||||
draft: true
|
||||
replace_existing_draft: true
|
||||
disable: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue