Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jib: Only push the latest tag if no other tags where specified. #1498

Merged
merged 1 commit into from Oct 20, 2021

Conversation

Postremus
Copy link
Contributor

Currently, there is no way to only push the specified tags. Latest is always pushed for jib mode.
I changed jib mode to behave as follows:

  • latest is only automaticly pushed when no other tags are specified
  • Otherwise if tags are specified, only those are pushed.

Jib however did not respect skipTag, which I also implemented.

relates to #1495

@Postremus
Copy link
Contributor Author

/cc @rohanKanojia

This also makes sure the skipTag flag is respected.

Signed-off-by: Martin Panzer <postremus1996@googlemail.com>
@rohanKanojia rohanKanojia merged commit 9c1d3be into fabric8io:master Oct 20, 2021
@Postremus Postremus deleted the #1495-jib branch October 20, 2021 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants