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