Skip to content

Commit 803492f

Browse files
committed
[fix] typo
1 parent f36a997 commit 803492f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
docker.app.suffix = docker.image.suffix;
128128
129129
// setup tags
130-
docker.image.tags.push(':rolling');
130+
docker.image.tags.push('rolling');
131131
if(opt.input?.etc?.dockerfile !== 'arch.dockerfile' && opt.input?.etc?.tag){
132132
docker.image.tags.push(`${context.sha.substring(0,7)}`);
133133
docker.image.tags.push(opt.input.etc.tag);

.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"root": "/traefik",
55
"arch": "linux/amd64,linux/arm64,linux/arm/v7",
66
"semver": {
7-
"version": "3.4.0"
7+
"version": "3.3.6"
88
},
99
"readme": {
1010
"description": "Run traefik rootless, distroless and secure by default!",
@@ -18,7 +18,7 @@
1818
]
1919
},
2020
"comparison": {
21-
"image": "traefik:3.4.0"
21+
"image": "traefik:3.3.6"
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)