Skip to content

Commit dcbc830

Browse files
abhibhawclaude
andcommitted
fix(ecr): pass AssumeRoleArn in StartDockerDaemonAndDockerLogin
The DockerCredentials literal in StartDockerDaemonAndDockerLogin was missing AssumeRoleArn, causing ec2rolecreds fallback failure in pods. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cdffa9f commit dcbc830

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci-runner/helper/DockerHelper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ func (impl *DockerHelperImpl) StartDockerDaemonAndDockerLogin(commonWorkflowRequ
174174
AwsRegion: commonWorkflowRequest.AwsRegion,
175175
AccessKey: commonWorkflowRequest.AccessKey,
176176
SecretKey: commonWorkflowRequest.SecretKey,
177+
AssumeRoleArn: commonWorkflowRequest.AssumeRoleArn,
177178
DockerRegistryURL: commonWorkflowRequest.IntermediateDockerRegistryUrl,
178179
DockerRegistryType: commonWorkflowRequest.DockerRegistryType,
179180
CredentialsType: commonWorkflowRequest.CredentialsType,

0 commit comments

Comments
 (0)