-
Notifications
You must be signed in to change notification settings - Fork 1
Use git tag to tag docker image #17
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
base: main
Are you sure you want to change the base?
Conversation
84daba0
to
3a92c62
Compare
Signed-off-by: Mikhail Malyshev <[email protected]>
Signed-off-by: Mikhail Malyshev <[email protected]>
- we should use git tag e.g. 1.84.1-1 as docker tag and not a rust version e.g. 1.84.1 Signed-off-by: Mikhail Malyshev <[email protected]>
3a92c62
to
3211faf
Compare
@yash-zededa could you also taker a look? I'm not sure it will work if I re-tag images |
LGTM! Just one small note on the use of According to GitHub:
It would be better to use |
Re-tag ideally should not cause an issue. |
I'll do it later. it seem I need to delet git tag and put it back to trigger the action. I do not like this way but I do not see any other way to do so. @yash-zededa my concern is that the action will take the tip of |
I saw this warning from GH. I'll address it in a separate PR |
|
Rust version is incorrectly used to tag docker image. So 1.84.1-1 is tagged as 1.84.1 and overwrote the image!
We need to re-tag 1.84.1, 1.84.1-1
Also re-tag 1.85.1 becasue 'latest' is also moved