-
Notifications
You must be signed in to change notification settings - Fork 20
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
🌱 chore: differentiate ghcr and prod registry workflows #183
🌱 chore: differentiate ghcr and prod registry workflows #183
Conversation
5a04fb3
to
0be4d4a
Compare
This needs a major rebase after adding SLSA signing. I'm changing it back to WIP. |
0be4d4a
to
b838949
Compare
Signed-off-by: Carlos Salas <[email protected]>
b838949
to
d1354f2
Compare
The PR is now rebased and includes the SLSA signing feature merged last week, which is hopefully not affected by this. Additionally, added outputs for |
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.
What this PR does / why we need it:
The current release workflow builds and publishes images to both GHCR and Prime registry. While creating the first Rancher Turtles release candidate we thought we could split these actions into different jobs for each registry.
This change also narrows the scope of environment variables to the specific jobs.
Which issue(s) this PR fixes:
Fixes #169
Special notes for your reviewer:
Checklist: