Skip to content

feat: non-registry --tag; only --push when push needed

Wouter Deconinck requested to merge push-when-needed into master

This avoids gitlab-ci-local errors when a --push is passed but no registry/image:tag is included in the arguments. Now, --push is only included when a CI_PUSH (or similar) is set. It also introduces a local tag without associated registry.

Merge request reports