-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix: add automatic tagging to action metadata for GHCR #9
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## [1.6.2](v1.6.1...v1.6.2) (2020-12-28) ### Bug Fixes * test adding automatic release tagging in action yml ([41c8a70](41c8a70)) * update CI workflow to publish to GHCR ([702a654](702a654)) * update package json ([0131e9e](0131e9e)) * upgrade dependencies, and release docker image to GHCR ([cc37be3](cc37be3))
## [1.6.2](v1.6.1...v1.6.2) (2020-12-29) ### Bug Fixes * releaserc fixes ([b8964e5](b8964e5)) * test adding automatic release tagging in action yml ([41c8a70](41c8a70)) * update CI workflow to publish to GHCR ([702a654](702a654)) * update package json ([0131e9e](0131e9e)) * upgrade dependencies, and release docker image to GHCR ([cc37be3](cc37be3))
# [1.7.0](v1.6.1...v1.7.0) (2020-12-29) ### Bug Fixes * releaserc fixes ([b8964e5](b8964e5)) * test adding automatic release tagging in action yml ([41c8a70](41c8a70)) * update CI workflow to publish to GHCR ([702a654](702a654)) * update package json ([0131e9e](0131e9e)) * upgrade dependencies, and release docker image to GHCR ([cc37be3](cc37be3)) ### Features * trigger feature release ([b035c7a](b035c7a))
# [1.8.0](v1.7.0...v1.8.0) (2020-12-29) ### Features * add action.yml to releaserc ([698c3ed](698c3ed))
## [1.8.1](v1.8.0...v1.8.1) (2020-12-29) ### Bug Fixes * update order of release steps ([ea86568](ea86568))
github-actions bot
pushed a commit
that referenced
this pull request
Dec 29, 2020
## [1.6.4](v1.6.3...v1.6.4) (2020-12-29) ### Bug Fixes * add automatic tagging to action metadata for GHCR ([#9](#9)) ([9237b83](9237b83))
🎉 This PR is included in version 1.6.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
prototypicalpro
pushed a commit
to prototypicalpro/repolinter-action
that referenced
this pull request
Dec 29, 2020
## [1.6.4](newrelic/repolinter-action@v1.6.3...v1.6.4) (2020-12-29) ### Bug Fixes * add automatic tagging to action metadata for GHCR ([newrelic#9](newrelic#9)) ([9237b83](newrelic@9237b83))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR switched repolinter-action from building the dockerfile every run to pulling a pre-built image from GHCR. The
action.yml
is automatically modified by semantic-release to pull the correct image tag, allowing the action to still obey versioning rules.