We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d9907 commit 805f5b1Copy full SHA for 805f5b1
.github/workflows/ci-arm-build.yml
@@ -55,14 +55,7 @@ jobs:
55
export DOCKER_IMAGE_TAG="$TAG_PREFIX-latest-arm64"
56
export DOCKER_TARGET_PLATFORMS=linux/arm64
57
make build push=true
58
- - name: build & push images for specific tag
59
- run: |
60
- export DOCKER_IMAGE_TAG=$(exec ci/helpers/build_docker_image_tag.bash)-arm64
61
- export DOCKER_TARGET_PLATFORMS=linux/arm64
62
- make build push=true
63
- name: fuse images in the registry for latest tag
64
run: |
65
export DOCKER_IMAGE_TAG="$TAG_PREFIX-latest"
66
make docker-image-fuse SUFFIX=arm64
67
- - name: set git tag
68
- run: echo "GIT_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
0 commit comments