Skip to content

Commit 680a9cb

Browse files
ericdurandddclaude
andcommitted
Use crossplane-compute-cloud registry prefix and add staging annotation
Images are now pushed under registry.ddbuild.io/crossplane-compute-cloud/ so they are picked up by the automatic registry sync. The release job also adds --annotation target=staging to match the bucket/bucketiam pattern. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2e26929 commit 680a9cb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build-image:
2727
set -euxo pipefail
2828
2929
REGISTRY="${BUILD_STABLE_REGISTRY}"
30-
IMAGE_NAME="function-auto-ready"
30+
IMAGE_NAME="crossplane-compute-cloud/function-auto-ready"
3131
IMAGE_TAG="v${CI_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}"
3232
PLATFORMS="linux/amd64,linux/arm64"
3333
@@ -89,7 +89,7 @@ build-release:
8989
fi
9090
9191
REGISTRY="${BUILD_STABLE_REGISTRY}"
92-
IMAGE_NAME="function-auto-ready"
92+
IMAGE_NAME="crossplane-compute-cloud/function-auto-ready"
9393
IMAGE_TAG="${VERSION}"
9494
PLATFORMS="linux/amd64,linux/arm64"
9595
@@ -120,6 +120,7 @@ build-release:
120120
--label target=prod \
121121
--label CI_PIPELINE_ID="${CI_PIPELINE_ID}" \
122122
--label CI_JOB_ID="${CI_JOB_ID}" \
123+
--annotation target=staging \
123124
--tag "${REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG}" \
124125
--metadata-file "${METADATA_FILE}" \
125126
--output type=image,push=true,compression=zstd,force-compression=true,oci-mediatypes=true \

0 commit comments

Comments
 (0)