Skip to content

Commit fce33aa

Browse files
committed
[upgrade] to latest workflow
1 parent b9dd62f commit fce33aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ jobs:
127127
docker.app.suffix = docker.image.suffix;
128128
129129
// setup tags
130-
docker.image.tags.push('rolling');
130+
if(!opt.dot.semver?.disable?.rolling){
131+
docker.image.tags.push('rolling');
132+
}
131133
if(opt.input?.etc?.dockerfile !== 'arch.dockerfile' && opt.input?.etc?.tag){
132134
docker.image.tags.push(`${context.sha.substring(0,7)}`);
133135
docker.image.tags.push(opt.input.etc.tag);

0 commit comments

Comments
 (0)