File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Build
2
2
3
+ permissions :
4
+ contents : write
5
+ packages : write
6
+
3
7
on :
4
8
pull_request :
5
9
push :
55
59
uses : docker/metadata-action@v4
56
60
with :
57
61
images : |
58
- eventstore/es-gencert-cli /es-gencert-cli
62
+ ghcr.io/eventstore /es-gencert-cli
59
63
tags : |
60
64
type=ref,event=branch
61
65
type=ref,event=pr
82
86
uses : docker/build-push-action@v3
83
87
with :
84
88
push : ${{ github.event_name != 'pull_request' }}
85
- tags : ${{ steps.meta.outputs.tags }}
89
+ tags : ghcr.io/ ${{ steps.meta.outputs.tags }}
86
90
labels : ${{ steps.meta.outputs.labels }}
87
91
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ archives:
25
25
name_template : >-
26
26
{{- .ProjectName }}_
27
27
{{- .Version }}_
28
- {{- title .Os }}_
28
+ {{- title .Os }}-
29
29
{{- if eq .Arch "amd64" }}x86_64
30
30
{{- else if eq .Arch "386" }}i386
31
31
{{- else }}{{ .Arch }}{{ end }}
You can’t perform that action at this time.
0 commit comments