Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specify other original image name/tag than latest #66

Closed
brpaz opened this issue Apr 19, 2020 · 2 comments
Closed

Allow specify other original image name/tag than latest #66

brpaz opened this issue Apr 19, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request released

Comments

@brpaz
Copy link

brpaz commented Apr 19, 2020

Hello.
I generally have an image with name my-base-image:<commit_hash> in my CI pipelines and don't have a "latest" tag.

I found that your plugin is hardcoding the "latest" part in the original image when doing docker tag, resulting in an error because I dont have latest tag.

It would be nice to be able to specify the full original name or a different original tag.

The plugin could then create two tags automatically: the latest and the semantic version one.

For now the workaround was to create a "latest" tag myself before calling semantic-release.

Thank you.

@lgaticaq lgaticaq added the enhancement New feature or request label Aug 6, 2020
@lgaticaq lgaticaq self-assigned this Aug 6, 2020
@Ringeltier
Copy link

Would be a nice feature

github-actions bot pushed a commit that referenced this issue Dec 17, 2020
## [1.0.6](v1.0.5...v1.0.6) (2020-12-17)

### Bug Fixes

* **docker:** allow set base image tag (default latest) ([ac6e42f](ac6e42f)), closes [#66](#66)
@github-actions
Copy link

🎉 This issue has been resolved in version 1.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

3 participants