File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,10 @@ jobs:
122122
123123 - name : Build ephemeral env image
124124 run : |
125- ./scripts/build_docker.py "ci" "pull_request"
125+ ./scripts/build_docker.py \
126+ "ci" \
127+ "pull_request" \
128+ --build_context_ref ${{ github.event.issue.number }}
126129
127130 - name : Configure AWS credentials
128131 uses : aws-actions/configure-aws-credentials@v4
@@ -141,7 +144,7 @@ jobs:
141144 ECR_REGISTRY : ${{ steps.login-ecr.outputs.registry }}
142145 ECR_REPOSITORY : superset-ci
143146 SHA : ${{ steps.get-sha.outputs.sha }}
144- IMAGE_TAG : pr- ${{ github.event.issue.number }}-ci
147+ IMAGE_TAG : ${{ steps.get-sha.outputs.sha }}-ci
145148 run : |
146149 docker tag $SHA $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
147150 docker tag $SHA $ECR_REGISTRY/$ECR_REPOSITORY:$SHA
You can’t perform that action at this time.
0 commit comments