Skip to content

Commit

Permalink
[1.15] Replicate debug images to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
antonipp committed Jan 23, 2025
1 parent 932840a commit 9e51e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ "$IMAGE_NAME" == "cilium" ]; then
--file "$DOCKERFILE_PATH" \
$BUILD_ARGS \
--label CILIUM_VERSION="$(cat VERSION)" \
--label target=debug \
--label target=staging \
--label CI_PIPELINE_ID="$CI_PIPELINE_ID" \
--label CI_JOB_ID="$CI_JOB_ID" \
--target debug \
Expand Down

0 comments on commit 9e51e00

Please sign in to comment.