mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +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 }}
|
SHA: ${{ steps.get-sha.outputs.sha }}
|
||||||
IMAGE_TAG: ${{ steps.get-sha.outputs.sha }}-ci
|
IMAGE_TAG: ${{ steps.get-sha.outputs.sha }}-ci
|
||||||
run: |
|
run: |
|
||||||
docker tag $SHA $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
|
docker tag $IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
|
||||||
docker tag $SHA $ECR_REGISTRY/$ECR_REPOSITORY:$SHA
|
docker tag $IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:$SHA
|
||||||
docker push -a $ECR_REGISTRY/$ECR_REPOSITORY
|
docker push -a $ECR_REGISTRY/$ECR_REPOSITORY
|
||||||
|
|
||||||
ephemeral-env-up:
|
ephemeral-env-up:
|
||||||
|
|||||||
Reference in New Issue
Block a user