File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ snapshot:
68
68
dockers :
69
69
- image_templates :
70
70
- thorax/{{ .ProjectName }}:{{ .Version }}-amd64
71
- - ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-amd64
72
71
dockerfile : Dockerfile.release
73
72
use : buildx
74
73
skip_push : true
@@ -80,7 +79,6 @@ dockers:
80
79
81
80
- image_templates :
82
81
- thorax/{{ .ProjectName }}:{{ .Version }}-arm64
83
- - ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-arm64
84
82
dockerfile : Dockerfile.release
85
83
skip_push : true
86
84
use : buildx
@@ -97,24 +95,12 @@ docker_manifests:
97
95
- thorax/{{ .ProjectName }}:{{ .Version }}-amd64
98
96
- thorax/{{ .ProjectName }}:{{ .Version }}-arm64
99
97
100
- - name_template : ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}
101
- skip_push : true
102
- image_templates :
103
- - ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-amd64
104
- - ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-arm64
105
-
106
98
- name_template : thorax/{{ .ProjectName }}:latest
107
99
skip_push : true
108
100
image_templates :
109
101
- thorax/{{ .ProjectName }}:{{ .Version }}-amd64
110
102
- thorax/{{ .ProjectName }}:{{ .Version }}-arm64
111
103
112
- - name_template : ghcr.io/ledgerwatch/{{ .ProjectName }}:latest
113
- skip_push : true
114
- image_templates :
115
- - ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-amd64
116
- - ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-arm64
117
-
118
104
announce :
119
105
slack :
120
106
enabled : false
You can’t perform that action at this time.
0 commit comments