Skip to content

Commit

Permalink
Merge pull request #43 from chainguard-dev/create-pull-request/patch
Browse files Browse the repository at this point in the history
Export mono/sdk: refs/heads/main
  • Loading branch information
imjasonh authored Jun 13, 2024
2 parents a750cce + 3e571a9 commit 1e71d3f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
25 changes: 23 additions & 2 deletions proto/platform/registry/v1/registry.platform.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions proto/platform/registry/v1/registry.platform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,12 @@ message SyncConfig {

// When the catalog syncer should stop syncing from the source repository.
google.protobuf.Timestamp expiration = 3;

// GCP Artifact Registry repo to sync to.
string google = 4;

// AWS ECR repo to sync to.
string amazon = 5;
}

message CreateRepoRequest {
Expand Down

0 comments on commit 1e71d3f

Please sign in to comment.