Skip to content

Commit

Permalink
build(ci): correct path for cosigning of chart
Browse files Browse the repository at this point in the history
  • Loading branch information
1602077 committed Sep 10, 2024
1 parent 4f836db commit dff54dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build-chart:
echo -n "${HARBOR_SIGNKEY}" | base64 -d > .sign.key
cosign login registry.cern.ch -u ${HARBOR_USER} -p ${HARBOR_TOKEN}
cosign sign --key .sign.key -y "${DEST}/${CHART_NAME}:${CI_COMMIT_TAG}"
cosign sign --key .sign.key -y "${REGISTRY_CHART_PATH}/${CHART_NAME}:${CI_COMMIT_TAG}"
fi
variables:
REGISTRY_CHART_PATH: registry.cern.ch/kubernetes/charts
Expand Down

0 comments on commit dff54dc

Please sign in to comment.