-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enforce .dockerignore for Docker projects #1351
base: master
Are you sure you want to change the base?
Conversation
change-type: patch
Website deployed to CF Pages, 👀 preview link https://0db3e78a.flowzone.pages.dev |
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.
We should leverage the existing file_list job for stuff like this.
More importantly, how many of our projects will this break if it merges? Seems like a seriously breaking change and we should print an error or warning but not bail out.
Avoid future instances of leaking credentials in Git history.
change-type: patch