-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Add GitHub Action for Dockerfile release update and slack notification #38
Conversation
for slack notification you can also use github integration with summary. This not realtime but I think that one or two trigger per day can be enough Less code is better :) |
Does it send an email everyday or only if there is at least a PR? |
thanks @mamu0 very useful improvement :))) |
List of Changes
release.json
file, which contain the values of the latest release. This variables are used to store the tag and SHA of the latest installed version.Repository Settings
->Actions
->General
.Motivation and Context
This PR aims to create a GitHub Action that checks if a new release has been published on the repository https://github.com/actions/runner. If a new release is found, the action retrieves the necessary information to update the FROM directive in the Dockerfile to reference the new release.
Additionally, a changelog has been added, which is an MD file that keeps track of the versions that have been installed over time.
How Has This Been Tested?
This has been tested by running the action multiple times to verify that the values were correct. The PR generation part has been tested in a private repository.
Screenshots (if appropriate):
Types of changes
Checklist: