File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - " release/v*"
8- - ecs-entry
98 workflow_dispatch : # be able to run the workflow on demand
109env :
1110 AWS_DEFAULT_REGION : us-east-1
@@ -43,13 +42,11 @@ jobs:
4342 shortsha="$(git rev-parse --short HEAD)"
4443 echo "SHORT_SHA=$shortsha" >> $GITHUB_ENV
4544 python_distro_tag=$pkg_version-$shortsha
46- echo "$python_distro_tag"
4745 echo "awsDefaultRegion=${{ env.AWS_DEFAULT_REGION }}" >> $GITHUB_OUTPUT
4846 echo "python_image_tag=$python_distro_tag" >> $GITHUB_OUTPUT
4947 echo "stagingRegistry=${{ env.STAGING_ECR_REGISTRY }}" >> $GITHUB_OUTPUT
5048 echo "stagingRepository=${{ env.STAGING_ECR_REPOSITORY }}" >> $GITHUB_OUTPUT
5149 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"
5350
5451 - name : Build and Push Wheel and Image Files
5552 uses : ./.github/actions/artifacts_build
You can’t perform that action at this time.
0 commit comments