File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 key : ${{ runner.os }}-buildx-${{ github.sha }}
4848 restore-keys : |
4949 ${{ runner.os }}-buildx-
50- - name : Configure AWS credentials for Kafka-UI account
50+ - name : Configure AWS Credentials
5151 uses : aws-actions/configure-aws-credentials@v4
5252 with :
53- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
54- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
53+ audience : sts.amazonaws.com
5554 aws-region : us-east-1
55+ role-to-assume : arn:aws:iam::187584688086:role/github-actions-ecr-poweruser
5656 - name : Login to Amazon ECR
5757 id : login-ecr
5858 uses : aws-actions/amazon-ecr-login@v2
6565 builder : ${{ steps.buildx.outputs.name }}
6666 context : api
6767 push : true
68- tags : public.ecr.aws/kafbat/kafka-ui-custom-build :${{ steps.extract_branch.outputs.tag }}
68+ tags : public.ecr.aws/s0v8j8q9/ kafbat/kafka-ui:${{ steps.extract_branch.outputs.tag }}
6969 build-args : |
7070 JAR_FILE=api-${{ steps.build.outputs.version }}.jar
7171 cache-from : type=local,src=/tmp/.buildx-cache
7575 with :
7676 issue-number : ${{ github.event.pull_request.number }}
7777 body : |
78- Image published at public.ecr.aws/kafbat/kafka-ui-custom-build :${{ steps.extract_branch.outputs.tag }}
78+ Image published at public.ecr.aws/s0v8j8q9/ kafbat/kafka-ui:${{ steps.extract_branch.outputs.tag }}
7979 outputs :
8080 tag : ${{ steps.extract_branch.outputs.tag }}
You can’t perform that action at this time.
0 commit comments