Tag Docker image with git tag on main releases - #3700
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Note
|
|
@StefanB7 assign this ticket to yourself in Jira https://mifosforge.jira.com/browse/WEB-1023 add this title in the PR "WEB-1023: Add tags for docker Hub" |
|
This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days. |
Description
Adds tagging of docker images with the same git tags present on that commit.
I've been trying to run the mifos web app, but it was not easy to pull the latest release from docker hub. Having a docker image tagged with
v1.0.0-fineract1.14would have been super useful. This PR adds that.Related issues and discussion
I read
web-app/.github/CONTRIBUTING.md. It instructs new contributors to ask if they should implement a new feature on slack first. I am having trouble joining the slack, it seems like I need an email under a set of subdomains:which I don't have.
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
If you have multiple commits please combine them into one commit by squashing them.
Read and understood the contribution guidelines at
web-app/.github/CONTRIBUTING.md.