Skip to content

Conversation

@agrasth
Copy link
Contributor

@agrasth agrasth commented Apr 9, 2025

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.

@agrasth agrasth marked this pull request as ready for review April 9, 2025 11:26
return "http://" + endpoint
}

func (i *Image) SetName(name string) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not required if we can use NewImage() for every new tag

Copy link
Contributor

@bhanurp bhanurp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try if we can avoid this new setter

@agrasth
Copy link
Contributor Author

agrasth commented Apr 11, 2025

Implemented this without this setter SetName

@agrasth agrasth closed this Apr 11, 2025
@agrasth agrasth deleted the support-multi-tag-build branch April 11, 2025 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants