Skip to content

Commit

Permalink
fix(ephemeral): fix tagging command for ECR (#27057)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Feb 8, 2024
1 parent 3700326 commit 81301ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ephemeral-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ jobs:
SHA: ${{ steps.get-sha.outputs.sha }}
IMAGE_TAG: ${{ steps.get-sha.outputs.sha }}-ci
run: |
docker tag $SHA $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker tag $SHA $ECR_REGISTRY/$ECR_REPOSITORY:$SHA
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
ephemeral-env-up:
Expand Down

0 comments on commit 81301ee

Please sign in to comment.