Skip to content

Commit a765934

Browse files
authored
Merge pull request #1909 from carolynvs/sync
Sync main into v1
2 parents 12e9af1 + 6b5f76a commit a765934

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ the load and making it better every day! 🙇‍♀️
7878

7979
# Do you use Porter?
8080

81-
We want to know if you use Porter! Project priorities and funding are based on
82-
adoption. So if you are using Porter, [reply to this issue](https://github.com/getporter/porter/issues/1596),
83-
or if it needs to stay private, email [porter-maintainers@lists.cncf.io](mailto:porter-maintainers@lists.cncf.io).
81+
Take our [user survey](https://porter.sh/user-survey) and let us know if you are using Porter.
82+
Project funding is contingent upon knowing that we have active users!
8483

8584
# Roadmap
8685

pkg/cnab/cnab-to-oci/registry.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package cnabtooci
33
import (
44
"context"
55
"fmt"
6-
76
"strings"
87

98
"get.porter.sh/porter/pkg/cnab"
@@ -138,7 +137,6 @@ func (r *Registry) PushInvocationImage(invocationImage string) (digest.Digest, e
138137
return "", err
139138
}
140139
options := types.ImagePushOptions{
141-
All: true,
142140
RegistryAuth: encodedAuth,
143141
}
144142

0 commit comments

Comments
 (0)