File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 uses : reportportal/.github/.github/workflows/build-docker-image.yaml@main
3030 with :
3131 aws-region : ${{ vars.AWS_REGION }}
32+ aws-role-arn : ${{ vars.AWS_ROLE_ARN }}
3233 image-tag : ' develop-${{ github.run_number }}'
3334 additional-tag : ' develop-latest'
3435 version : ' develop-${{ github.run_number }}'
3536 date : ${{ needs.variables-setup.outputs.date }}
3637 runs-on : ubuntu-latest
37- secrets : inherit
Original file line number Diff line number Diff line change @@ -43,11 +43,10 @@ jobs:
4343 uses : reportportal/.github/.github/workflows/build-docker-image.yaml@main
4444 with :
4545 aws-region : ${{ vars.AWS_REGION }}
46+ aws-role-arn : ${{ vars.AWS_ROLE_ARN }}
4647 image-tag : ${{ needs.variables-setup.outputs.tag }}
4748 version : ${{ needs.variables-setup.outputs.tag }}
4849 branch : ${{ github.head_ref }}
4950 date : ${{ needs.variables-setup.outputs.date }}
5051 runs-on : ubuntu-latest
51- secrets :
52- AWS_ROLE_ARN : ${{ secrets.AWS_ROLE_ARN }}
5352
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 uses : reportportal/.github/.github/workflows/build-docker-image.yaml@main
3535 with :
3636 aws-region : ${{ vars.AWS_REGION }}
37+ aws-role-arn : ${{ vars.AWS_ROLE_ARN }}
3738 image-tag : ${{ needs.variables-setup.outputs.tag }}
3839 release-mode : true
3940 additional-tag : ' latest'
4041 build-platforms : ${{ needs.variables-setup.outputs.platforms }}
4142 version : ${{ needs.variables-setup.outputs.version }}
4243 date : ${{ needs.variables-setup.outputs.date }}
4344 runs-on : ubuntu-latest
44- secrets :
45- AWS_ROLE_ARN : ${{ secrets.AWS_ROLE_ARN }}
45+
Original file line number Diff line number Diff line change 1111 # TODO: Pin reusable workflow to a version tag once v1 is released
1212 uses : reportportal/.github/.github/workflows/dockerhub-release.yaml@main
1313 secrets :
14- AWS_ROLE_ARN : ${{ secrets.AWS_ROLE_ARN }}
1514 REGESTRY_USERNAME : ${{ secrets.REGESTRY_USERNAME }}
1615 REGESTRY_PASSWORD : ${{ secrets.REGESTRY_PASSWORD }}
1716 with :
You can’t perform that action at this time.
0 commit comments