Skip to content

Commit

Permalink
Explicitly add latest label otherwise for quay it will not work
Browse files Browse the repository at this point in the history
Signed-off-by: Ashmita Bohara <[email protected]>
  • Loading branch information
Ashmita152 committed Feb 10, 2021
1 parent cf4faef commit 3b2ea2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/travis/upload-to-registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ label_release_tag() {
local minor=${4:-}
local patch=${5:-}

docker tag ${image} ${registry}/${image}
if [[ -n ${major} ]]; then
docker tag ${image} ${registry}/${image}:${major}
if [[ -n ${minor} ]]; then
Expand Down

0 comments on commit 3b2ea2e

Please sign in to comment.