Skip to content

Commit 9f9832a

Browse files
committed
Fix syntax error for getting ECR secrets
1 parent c94b6bf commit 9f9832a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
secrets: |
6767
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
6868
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD ;
69-
secret/data/github/repo/${{ github.repository }}/aws/aws-rancher-csp-adapter-ecr/credentials | ECR_ACCESS_KEY ;
70-
secret/data/github/repo/${{ github.repository }}/aws/aws-rancher-csp-adapter-ecr/credentials | ECR_SECRET_KEY ;
69+
secret/data/github/repo/${{ github.repository }}/aws/aws-rancher-csp-adapter-ecr/credentials ecr_access_key | ECR_ACCESS_KEY ;
70+
secret/data/github/repo/${{ github.repository }}/aws/aws-rancher-csp-adapter-ecr/credentials ecr_secret_key | ECR_SECRET_KEY ;
7171
- name: Login to Docker Registry
7272
uses: docker/login-action@v3
7373
with:

0 commit comments

Comments
 (0)