Skip to content

Commit

Permalink
adds registry URL instead of name in state artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul-Kumar-27 committed Oct 14, 2024
1 parent 8c0e3aa commit ba3d74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/reg/adapter/list-export/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (a adapter) PrepareForPush(resources []*model.Resource) error {
}

result := &Result{
Registry: registry.Name,
Registry: registry.URL,
Artifacts: artifacts,
}

Expand Down

0 comments on commit ba3d74e

Please sign in to comment.