Skip to content

Support pushing multiple tags with Kaniko build

Grzegorz Bizon requested to merge feature/gb/app-build-multiple-tags into master

Description

This merge request adds support for pushing multiple tags during Kaniko build.

For example:

$ /usr/bin/gitlabktl app build --tag 0.3.0 --alias latest --alias something

Primary tag needs to be provided, --alias argument can be used multiple times.

Closes #30 (closed)

Merge request reports