Skip to content

Commit 81921cc

Browse files
committed
creating release pipeline
1 parent 31ca1f3 commit 81921cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
7878

7979
- name: Build and push by digest
80+
id: build
8081
uses: docker/build-push-action@v6
8182
with:
8283
platforms: ${{ matrix.platform }}

.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ builds:
2222
archives:
2323
- format: tar.gz
2424
name_template: >-
25-
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_
25+
{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_
2626
{{- if eq .Arch "amd64" }}x86_64
2727
{{- else if eq .Arch "386" }}i386
2828
{{- else }}{{ .Arch }}{{ end }}

0 commit comments

Comments
 (0)