File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
docker.app.suffix = docker.image.suffix;
128
128
129
129
// setup tags
130
- docker.image.tags.push(': rolling');
130
+ docker.image.tags.push('rolling');
131
131
if(opt.input?.etc?.dockerfile !== 'arch.dockerfile' && opt.input?.etc?.tag){
132
132
docker.image.tags.push(`${context.sha.substring(0,7)}`);
133
133
docker.image.tags.push(opt.input.etc.tag);
Original file line number Diff line number Diff line change 4
4
"root" : " /traefik" ,
5
5
"arch" : " linux/amd64,linux/arm64,linux/arm/v7" ,
6
6
"semver" : {
7
- "version" : " 3.4.0 "
7
+ "version" : " 3.3.6 "
8
8
},
9
9
"readme" : {
10
10
"description" : " Run traefik rootless, distroless and secure by default!" ,
18
18
]
19
19
},
20
20
"comparison" : {
21
- "image" : " traefik:3.4.0 "
21
+ "image" : " traefik:3.3.6 "
22
22
}
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments