-
Notifications
You must be signed in to change notification settings - Fork 14
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
buildx auth #948
buildx auth #948
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
/run-acceptance-tests |
Please view the PR build: https://github.com/pulumi/pulumi-docker/actions/runs/7563399034 |
I found it surprising when trying to [stack](https://stacking.dev) some PRs that we don't run tests unless the PR is explicitly against master. This is [awkward](pulumi/pulumi-docker#948 (comment)) to work with. This PR changes our workflow to trigger for PRs against any branch. I might be missing some context around #723 and why we chose to opt-in only some patterns, but if there are automated flows that shouldn't run tests I recommend we opt those out explicitly.
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7b9e510
to
e3f225b
Compare
e3f225b
to
d6af223
Compare
Does the PR have any schema changes?Does the PR have any schema changes?Looking good! No breaking changes found. New resources:
Maintainer note: consult the runbook for dealing with any breaking changes. |
aec9d28
to
4f568bf
Compare
d6af223
to
459d7b9
Compare
459d7b9
to
aa94f58
Compare
66d20fa
to
36630df
Compare
233d3cd
to
0a0b21c
Compare
0a0b21c
to
cab7a28
Compare
2e9e346
to
e4df22b
Compare
e4df22b
to
a55249a
Compare
a55249a
to
cde0908
Compare
cde0908
to
1d07075
Compare
f9110d9
to
6eb023c
Compare
4b60a8d
to
283abcc
Compare
6eb023c
to
a809074
Compare
de88fb3
to
ca7fbd2
Compare
This enables authentication at the provider level for buildx.Images. A followup
will expose similar options for the Image resource.
Test coverage remains around ~89%.
Depends on pulumi/pulumi#15032
Depends on pulumi/pulumi-terraform-bridge#1610