-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add Docker Hub auth to rate-limited CI workflows #5373
Add Docker Hub auth to rate-limited CI workflows #5373
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
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 to me!
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 did notice in other workflows, we define them as environment variables with the following pattern under the env key
DOCKER_USER: ethycaci
DOCKER_RO_TOKEN: ${{ secrets.DOCKER_RO_TOKEN }}
And then use those envs instead of the secrets directly.
I think this should work, but if it doesn't, we'll go that route. Either way, approved.
fides Run #10407
Run Properties:
|
Project |
fides
|
Run status |
Passed #10407
|
Run duration | 00m 40s |
Commit |
697c534d94 ℹ️: Merge 21119d9a8be410f3c6abc3d834dd85446dbefb95 into 33ef06491f14f763578eec44fbac...
|
Committer | Dave Quinlan |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. |
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.
Good catch! Looks good to me.
Thanks Rob! Assuming CI passes, I'll merge this in the morning. |
fides Run #10417
Run Properties:
|
Project |
fides
|
Run status |
Passed #10417
|
Run duration | 00m 38s |
Commit |
d30bf76852: Add Docker Hub auth to rate-limited CI workflows (#5373)
|
Committer | Dave Quinlan |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. |
Closes OPS-772
Description Of Changes
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
main
downgrade()
migration is correct and works