mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Add all-tags as additional option (#6502)
This commit is contained in:
@@ -53,7 +53,7 @@ function tagImagePerform(args: PublishArgs, tagImage: string, newTag: string) {
|
|||||||
|
|
||||||
function pushImagePerform(args: PublishArgs) {
|
function pushImagePerform(args: PublishArgs) {
|
||||||
logger.info(`Perform docker push... ${args.dockerRepo} --all-tags`);
|
logger.info(`Perform docker push... ${args.dockerRepo} --all-tags`);
|
||||||
const response = exec('docker', ['push', `${args.dockerRepo} --all-tags`], {});
|
const response = exec('docker', ['push', `${args.dockerRepo}`, `--all-tags`], {});
|
||||||
logger.info(response);
|
logger.info(response);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user