Skip to content

Commit

Permalink
pushing release fix (#2130)
Browse files Browse the repository at this point in the history
Signed-off-by: jonahjon <jonahjones094@gmail.com>
  • Loading branch information
jonahjon authored May 11, 2022
1 parent 0cd1dc2 commit 6d48f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/pkg/generate_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ func (r *ReleaseConfig) GetSourceHelmURI(repoName, sourceImageUri string) (strin
// follow the same format of the image version tag.
if r.ReleaseEnvironment == "production" {
latestTag = strings.ReplaceAll(sourceImageUri, "packages:v", "packages:")
return latestTag, nil
} else {
ecrClient, err := NewECRClient()
if err != nil {
Expand Down

0 comments on commit 6d48f13

Please sign in to comment.