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 4eea49d commit fdc4942Copy full SHA for fdc4942
.github/workflows/release.yml
@@ -28,6 +28,13 @@ jobs:
28
echo "##[set-output name=ECR_REPOSITORY;]$ECR_REPOSITORY"
29
id: extract_tag
30
31
+ - name: Configure AWS credentials
32
+ uses: aws-actions/configure-aws-credentials@13d241b293754004c80624b5567555c4a39ffbe3
33
+ with:
34
+ aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
35
+ aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
36
+ aws-region: eu-west-1
37
+
38
- name: Login to Amazon ECR
39
id: login-ecr
40
uses: aws-actions/amazon-ecr-login@aaf69d68aa3fb14c1d5a6be9ac61fe15b48453a2
0 commit comments