-
Notifications
You must be signed in to change notification settings - Fork 40
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
feature/MV 1829 Use OpenEB Dockerfile to build and test on GitHubActions #105
feature/MV 1829 Use OpenEB Dockerfile to build and test on GitHubActions #105
Conversation
66de3f5
to
c169b44
Compare
c169b44
to
4e26156
Compare
da87657
to
3d90ee5
Compare
.github/workflows/all_jobs.yaml
Outdated
context: | ||
file: .github/workflows/Dockerfile.OpenEB | ||
push: true | ||
tags: prophesee/openeb:openeb-ubuntu-20.04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just this ?
tags: prophesee/openeb:openeb-ubuntu-20.04 | |
tags: prophesee/openeb:ubuntu-20.04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look at this link : https://hub.docker.com/repository/docker/prophesee/openeb/tags?page=1&ordering=last_updated
The first image is the one that I use and the second one is the suggestion that you put, and you will understand that if we don't specify openeb here we won't know the version of openeb. We know that we are in prophesee/openeb thanks to the repository, but the image will be called only ubuntu-20.04. I want the image to be called openeb-ubuntu-20.04 so we know we are talking about the openeb image
3d90ee5
to
c687142
Compare
c687142
to
2d1abf3
Compare
2d1abf3
to
0cae898
Compare
449f221
to
cbfaf4f
Compare
cbfaf4f
to
34954a5
Compare
c05bc73
to
3cc7935
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and clean to me.
As far as I can tell there is no impact for users.
Now we need a technical approval from people skilled in the whole GitHub/CI system :-)
No description provided.