Skip to content
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 Login Improvements #31

Merged
merged 1 commit into from
Oct 15, 2020
Merged

Docker Login Improvements #31

merged 1 commit into from
Oct 15, 2020

Conversation

nebhale
Copy link
Member

@nebhale nebhale commented Oct 14, 2020

Previously the Docker Login step in many of the workflows was executed regardless of whether it was necessary. This would have been find except that the required secrets were not available in PRs from forks. This change removes the Docker Login steps from where it is not necessary and puts a guard on its execution in workflows that are run as part of PRs.

@nebhale nebhale requested a review from a team October 14, 2020 14:00
@nebhale nebhale added semver:patch A change requiring a patch version bump type:task A general task labels Oct 14, 2020
@nebhale nebhale force-pushed the pull-request-target branch 3 times, most recently from b68b5f0 to 54b7b5a Compare October 14, 2020 20:09
Previously the Docker Login step in many of the workflows was executed
regardless of whether it was necessary.  This would have been find except that
the required secrets were not available in PRs from forks.  This change
removes the Docker Login steps from where it is not necessary and puts a guard
on its execution in workflows that are run as part of PRs.

Signed-off-by: Ben Hale <[email protected]>
@nebhale nebhale force-pushed the pull-request-target branch from 54b7b5a to 76cb970 Compare October 14, 2020 21:34
@nebhale nebhale changed the title Pull Request Target Docker Login Improvements Oct 14, 2020
@ekcasey ekcasey merged commit c2c77dc into main Oct 15, 2020
@ekcasey ekcasey deleted the pull-request-target branch October 15, 2020 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants