-
Notifications
You must be signed in to change notification settings - Fork 4
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
Docker Azure deployment action #40
Conversation
ThomasCardin
commented
Dec 3, 2023
- Closes Add Azure build and push to ACR workflow #39
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, iirc we fixed the lint-test with William last friday so should pass once that PR is approved
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.
rework your commit history to link to issue and provide a meaningful commit message
ac70d08
to
9cefd9a
Compare
9cefd9a
to
5e9162e
Compare
done @rngadam |
Considering that we frequently switch between cloud accounts (Azure, AWS, GCP), wouldn't it be better to simply push our images to our GitHub instead? It would allow us to stop constantly changing our credentials in the github secrets. I could take care of making the changes in the repositories if I have the green light. |
sound reasonable |
Ok, then i'm closing this PR since we are now pushing images to the Github container registry (GCR) |