File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,19 @@ jobs:
4949 elif [[ "${GITHUB_REF}" == refs/heads/hotfix_staging_* ]]; then
5050 echo "TAG_PREFIX=hotfix-staging-github" >> $GITHUB_ENV
5151 fi
52- - name : build & push images
52+ - name : build & push images for latest tag
5353 run : |
5454 export DOCKER_IMAGE_TAG="$TAG_PREFIX-latest-arm64"
5555 export DOCKER_TARGET_PLATFORMS=linux/arm64
5656 make build push=true
57- - name : build & push images
57+ - name : build & push images for specific tag
5858 run : |
5959 export DOCKER_IMAGE_TAG=$(exec ci/helpers/build_docker_image_tag.bash)-arm64
6060 export DOCKER_TARGET_PLATFORMS=linux/arm64
6161 make build push=true
62- - name : fuse images in the registry
62+ - name : fuse images in the registry for latest tag
6363 run : |
6464 export DOCKER_IMAGE_TAG="$TAG_PREFIX-latest"
6565 make docker-image-fuse SUFFIX=arm64
66+ - name : set git tag
67+ run : echo "GIT_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments