mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
[Feature] Use ECR Registry (#1679)
This commit is contained in:
parent
4f6e42447c
commit
2ab90402af
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ parameters:
|
|||
executors:
|
||||
golang-executor:
|
||||
docker:
|
||||
- image: gcr.io/gcr-for-testing/golang:1.22.4
|
||||
- image: 889010145541.dkr.ecr.eu-central-1.amazonaws.com/cicd/golang:1.22.5
|
||||
aws_auth:
|
||||
oidc_role_arn: arn:aws:iam::889010145541:role/circleci-registry-integration-eu-central-1
|
||||
machine-executor:
|
||||
machine:
|
||||
image: ubuntu-2204:current
|
||||
|
|
Loading…
Reference in a new issue