8000 [Feature] Use ECR Registry (#1679) · arangodb/kube-arangodb@2ab9040 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ab9040

Browse files
authored
[Feature] Use ECR Registry (#1679)
1 parent 4f6e424 commit 2ab9040

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/continue_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ parameters:
1616
executors:
1717
golang-executor:
1818
docker:
19-
- image: gcr.io/gcr-for-testing/golang:1.22.4
19+
- image: 889010145541.dkr.ecr.eu-central-1.amazonaws.com/cicd/golang:1.22.5
20+
aws_auth:
21+
oidc_role_arn: arn:aws:iam::889010145541:role/circleci-registry-integration-eu-central-1
2022
machine-executor:
2123
machine:
2224
image: ubuntu-2204:current

0 commit comments

Comments
 (0)
0