mirror of
https://github.com/apache/superset.git
synced 2026-04-12 04:37:49 +00:00
fix(ephemeral): fix tagging command for ECR (#27057)
This commit is contained in:
committed by
GitHub
parent
3700326c35
commit
81301ee54e
4
.github/workflows/ephemeral-env.yml
vendored
4
.github/workflows/ephemeral-env.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user