Skip to content

Commit 91ce4ed

Browse files
committed
Test image.
1 parent 9b7c347 commit 91ce4ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
@@ -98,4 +100,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)