File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,13 @@ jobs:
4343 shortsha="$(git rev-parse --short HEAD)"
4444 echo "SHORT_SHA=$shortsha" >> $GITHUB_ENV
4545 python_distro_tag=$pkg_version-$shortsha
46+ echo "$python_distro_tag"
4647 echo "awsDefaultRegion=${{ env.AWS_DEFAULT_REGION }}" >> $GITHUB_OUTPUT
4748 echo "python_image_tag=$python_distro_tag" >> $GITHUB_OUTPUT
4849 echo "stagingRegistry=${{ env.STAGING_ECR_REGISTRY }}" >> $GITHUB_OUTPUT
4950 echo "stagingRepository=${{ env.STAGING_ECR_REPOSITORY }}" >> $GITHUB_OUTPUT
5051 echo "stagingImage=${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}:$python_distro_tag" >> $GITHUB_OUTPUT
52+ echo "${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}:$python_distro_tag"
5153
5254 - name : Build and Push Wheel and Image Files
5355 uses : ./.github/actions/artifacts_build
98100 contents : read
99101 with :
100102 staging-wheel-name : ${{ needs.build.outputs.staging_wheel_file }}
101- adot-image-name : ${{ needs.build.outputs.staging_registry }}/aws-observability/adot-autoinstrumentation-python-staging:${{ needs.build.outputs.python_image_tag }}
103+ adot-image-name : 637423224110.dkr.ecr.us-east-1.amazonaws.com/aws-observability/adot-autoinstrumentation-python-staging:${{ needs.build.outputs.python_image_tag }}
104+ # adot-image-name: ${{ needs.build.outputs.staging_registry }}/aws-observability/adot-autoinstrumentation-python-staging:${{ needs.build.outputs.python_image_tag }}
You can’t perform that action at this time.
0 commit comments