We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
erGW
2.8.4
The CI builds should properly tag erGW docker images.
Currently the erGW build scripts do not tag docker images properly when building a tag. It tags them with branch_tag format (e.g. master_2.8.4).
branch_tag
The docker images built by CI triggered by tagging in the repository makes a docker image available with only the tag (e.g. 2.8.4)
The text was updated successfully, but these errors were encountered:
The main staff was implemented in #307, however still need fix issue with v prefix of tag name in docker images.
v
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
erGW
version2.8.4
Description
The CI builds should properly tag
erGW
docker images.Current behavior
Currently the
erGW
build scripts do not tag docker images properly when building a tag. It tags them withbranch_tag
format (e.g. master_2.8.4).Expected behavior
The docker images built by CI triggered by tagging in the repository makes a docker image available with only the tag (e.g. 2.8.4)
The text was updated successfully, but these errors were encountered: