File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
secrets : |
67
67
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
68
68
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 ;
71
71
- name : Login to Docker Registry
72
72
uses : docker/login-action@v3
73
73
with :
You can’t perform that action at this time.
0 commit comments