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 6e91291 commit e92123bCopy full SHA for e92123b
.github/workflows/release-build.yml
@@ -62,6 +62,17 @@ jobs:
62
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
63
gpg_password: ${{ secrets.GPG_PASSPHRASE }}
64
65
+ - name: Configure AWS Credentials
66
+ uses: aws-actions/configure-aws-credentials@v4
67
+ with:
68
+ role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
69
+ aws-region: ${{ env.AWS_PUBLIC_ECR_REGION }}
70
+
71
+ - name: Log in to AWS ECR
72
+ uses: docker/login-action@v3
73
74
+ registry: public.ecr.aws
75
76
- name: Build release with Gradle
77
uses: gradle/gradle-build-action@v3
78
with:
0 commit comments