Skip to content

Commit

Permalink
Update scribe-docker-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lavishiamops authored Nov 19, 2024
1 parent 78cdb3d commit ed6ba7c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/scribe-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,5 @@ jobs:
run: |
IMAGE_TAG="${{ github.ref_name }}-${{ inputs.release_index }}-py311"
REPOSITORY="975050347682.dkr.ecr.il-central-1.amazonaws.com/superset-base-image"
docker tag $IMAGE_TAG $REPOSITORY:$IMAGE_TAG
- name: Push Docker Image to ECR
run: |
IMAGE_TAG="${{ github.ref_name }}-${{ inputs.release_index }}-py311"
REPOSITORY="975050347682.dkr.ecr.il-central-1.amazonaws.com/superset-base-image"
docker push $REPOSITORY:$IMAGE_TAG
- name: Print Docker Image Tag
run: |
IMAGE_TAG="${{ github.ref_name }}-${{ inputs.release_index }}-py311"
echo $IMAGE_TAG
docker tag apache/superset:$IMAGE_TAG $REPOSITORY:$IMAGE_TAG
docker push $REPOSITORY:$IMAGE_TAG

0 comments on commit ed6ba7c

Please sign in to comment.