-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove AWS ECR and their CI publication workflow
We no longer deploy images published to AWS ECR. Remove the repositories and the associated CI workflows. All their existing users should use GitHub Container Registry instead.
- Loading branch information
Showing
4 changed files
with
1 addition
and
141 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
module "ecr_ue2" { | ||
source = "../modules/ecr" | ||
|
||
repositories = [ | ||
"storetheindex/storetheindex", | ||
"index-observer/index-observer", | ||
"index-provider/index-provider", | ||
"indexstar/indexstar", | ||
"ipni/heyfil", | ||
"ipni/dhstore", | ||
"ipni/caskadht", | ||
"ipni/dhfind", | ||
"ipni/lookout", | ||
"ipni/cassette", | ||
"ipni/telemetry", | ||
] | ||
repositories = [] | ||
tags = local.tags | ||
} |
This file was deleted.
Oops, something went wrong.