mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
feat: docker image tags documentation + tweaks (#26923)
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fdff6d84f3
commit
6b0d8ed265
10
.github/workflows/ephemeral-env.yml
vendored
10
.github/workflows/ephemeral-env.yml
vendored
@@ -122,13 +122,7 @@ jobs:
|
||||
|
||||
- name: Build ephemeral env image
|
||||
run: |
|
||||
docker buildx build --target ci \
|
||||
--load \
|
||||
-t ${{ steps.get-sha.outputs.sha }} \
|
||||
-t "pr-${{ github.event.issue.number }}" \
|
||||
--platform linux/amd64 \
|
||||
--label "build_actor=${GITHUB_ACTOR}" \
|
||||
.
|
||||
./scripts/build_docker.py "ci" "pull_request"
|
||||
|
||||
- name: Configure AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@v4
|
||||
@@ -147,7 +141,7 @@ jobs:
|
||||
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
|
||||
ECR_REPOSITORY: superset-ci
|
||||
SHA: ${{ steps.get-sha.outputs.sha }}
|
||||
IMAGE_TAG: pr-${{ github.event.issue.number }}
|
||||
IMAGE_TAG: pr-${{ github.event.issue.number }}-ci
|
||||
run: |
|
||||
docker tag $SHA $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
|
||||
docker tag $SHA $ECR_REGISTRY/$ECR_REPOSITORY:$SHA
|
||||
|
||||
Reference in New Issue
Block a user