mirror of
https://github.com/11notes/docker-kms.git
synced 2025-10-28 10:33:32 +00:00
[upgrade] to latest workflow
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -127,7 +127,9 @@ jobs:
|
|||||||
docker.app.suffix = docker.image.suffix;
|
docker.app.suffix = docker.image.suffix;
|
||||||
|
|
||||||
// setup tags
|
// setup tags
|
||||||
|
if(!opt.dot.semver?.disable?.rolling){
|
||||||
docker.image.tags.push('rolling');
|
docker.image.tags.push('rolling');
|
||||||
|
}
|
||||||
if(opt.input?.etc?.dockerfile !== 'arch.dockerfile' && opt.input?.etc?.tag){
|
if(opt.input?.etc?.dockerfile !== 'arch.dockerfile' && opt.input?.etc?.tag){
|
||||||
docker.image.tags.push(`${context.sha.substring(0,7)}`);
|
docker.image.tags.push(`${context.sha.substring(0,7)}`);
|
||||||
docker.image.tags.push(opt.input.etc.tag);
|
docker.image.tags.push(opt.input.etc.tag);
|
||||||
|
|||||||
Reference in New Issue
Block a user