Skip to content

Commit

Permalink
Fixes to release build to update the latest tag too
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhak committed Nov 6, 2023
1 parent 65465e0 commit 3957d01
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .codefresh/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,23 +343,14 @@ steps:
stage: release
type: build
image_name: "${{IMAGE_NAME}}"
tag: "${{DOCKER_TAG}}"
tags:
- "${{DOCKER_TAG}}"
- "latest"
registry: "dockerhub"
platform: linux/amd64,linux/arm64
buildx: true
working_directory: "${{MAIN_REPO_PATH}}"

# push_dockerhub:
# title: Pushing Kubevious CLI to DockerHub
# stage: release
# type: push
# image_name: "${{IMAGE_NAME}}"
# registry: "dockerhub"
# candidate: "${{docker_build}}"
# tags:
# - "${{DOCKER_TAG}}"
# - "latest"

commit_main_repo:
title: Commit Version Changes
stage: release
Expand Down

0 comments on commit 3957d01

Please sign in to comment.