File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 78
78
id : meta
79
79
with :
80
80
images : gitea/gitea
81
+ flavor : |
82
+ latest=false
81
83
# 1.2.3-rc0
82
84
tags : |
83
85
type=semver,pattern={{version}}
@@ -109,6 +111,7 @@ jobs:
109
111
images : gitea/gitea
110
112
# each tag below will have the suffix of -rootless
111
113
flavor : |
114
+ latest=false
112
115
suffix=-rootless
113
116
# 1.2.3-rc0
114
117
tags : |
Original file line number Diff line number Diff line change 86
86
# 1.2
87
87
# 1.2.3
88
88
tags : |
89
- type=raw,value=latest
90
89
type=semver,pattern={{major}}
91
90
type=semver,pattern={{major}}.{{minor}}
92
91
type=semver,pattern={{version}}
@@ -118,14 +117,13 @@ jobs:
118
117
images : gitea/gitea
119
118
# each tag below will have the suffix of -rootless
120
119
flavor : |
121
- suffix=-rootless
120
+ suffix=-rootless,onlatest=true
122
121
# this will generate tags in the following format (with -rootless suffix added):
123
122
# latest
124
123
# 1
125
124
# 1.2
126
125
# 1.2.3
127
126
tags : |
128
- type=raw,value=latest
129
127
type=semver,pattern={{major}}
130
128
type=semver,pattern={{major}}.{{minor}}
131
129
type=semver,pattern={{version}}
You can’t perform that action at this time.
0 commit comments