forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI images: Define a variable for the floating tags
Define a variable for CI image floating tags instead of hardcoding it. - For the main branch, the floating tag is "latest". - For stable branches, the floating tag is the same as the branch name (e.g. "v1.14"). This commit was initially introduced in cilium#28008, but it got reverted because it tried to push floating tags for feature branches and failed. Now that cilium#28044 is merged, this workflow no longer pushes floating tags from feature branches. Signed-off-by: Michi Mutsuzaki <[email protected]>
- Loading branch information
1 parent
762adff
commit 3ea8414
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters