Skip to content

Commit

Permalink
Merge pull request #44 from Mehul-Kumar-27/state-artifact-fix
Browse files Browse the repository at this point in the history
Adds the registry URL to the state artifact file instead of its name
  • Loading branch information
Vad1mo authored Oct 15, 2024
2 parents 8c0e3aa + ba3d74e commit 09d215b
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 09d215b

Please sign in to comment.