Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 3, 2023
1 parent 9cfd051 commit f83b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/shared/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func NewRef(spec ImageRegistrySpec, img string) (string, error) {
if addr != "" {
result = addr + "/" + ref.Repository
} else {
addr = ref.Repository
result = ref.Repository
}
}
if ref.Tag != "" && ref.Tag != defaultTag {
Expand Down

0 comments on commit f83b3e9

Please sign in to comment.