We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6e424 commit 2ab9040Copy full SHA for 2ab9040
.circleci/continue_config.yml
@@ -16,7 +16,9 @@ parameters:
16
executors:
17
golang-executor:
18
docker:
19
- - image: gcr.io/gcr-for-testing/golang:1.22.4
+ - 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
22
machine-executor:
23
machine:
24
image: ubuntu-2204:current
0 commit comments