-
Notifications
You must be signed in to change notification settings - Fork 1
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
ci: scheduled deploy #203
ci: scheduled deploy #203
Conversation
could not update the base image to 16 because of dependency conflicts: #164 (comment) |
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.
I didn't get why we have a separate reusable-docker-publish.yaml
here (assuming it won't be used outside of this repo). Why don't we keep the content in docker-publish.yaml
if we are not going to use the one in the infra repo?
Also, why don't we use the docker-publish from the infra repo? Is it because of the node version?
microsoft-teams-app is a public repo, and since infra is private, we cannot use the reusable yaml from there: https://docs.github.com/en/actions/sharing-automations/reusing-workflows#access-to-reusable-workflows
the newly added scheduled workflow would be almost a copy of I think this approach provides cleaner code. What do you think? 👀 @aykutbulca |
26ccf0b
to
b23bfd5
Compare
fbe53a9
to
8d0e8ef
Compare
98780f3
to
379c7e9
Compare
379c7e9
to
828bae4
Compare
Change description
Adding a monthly scheduled deployment workflow for images to be rebuilt with security updates.
Type of change
Related issues
Checklists
Development
Security
Code review