Skip to content

Commit

Permalink
fix(ephemeral): last try fixing this GH action (#27060)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Feb 9, 2024
1 parent ee69ac9 commit 5951f6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ephemeral-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ jobs:
SHA: ${{ steps.get-sha.outputs.sha }}
IMAGE_TAG: apache/superset:${{ steps.get-sha.outputs.sha }}-ci
run: |
docker tag $IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker tag $IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:$SHA
docker push -a $ECR_REGISTRY/$ECR_REPOSITORY
Expand Down Expand Up @@ -182,7 +181,7 @@ jobs:
aws ecr describe-images \
--registry-id $(echo "${{ steps.login-ecr.outputs.registry }}" | grep -Eo "^[0-9]+") \
--repository-name superset-ci \
--image-ids imageTag=pr-${{ github.event.issue.number }}
--image-ids imageTag=${{ steps.get-sha.outputs.sha }}
- name: Fail on missing container image
if: steps.check-image.outcome == 'failure'
Expand Down

0 comments on commit 5951f6c

Please sign in to comment.