Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
helm-charts
Shibboleth SP
Helm Chart
Commits
0353cf5e
Commit
0353cf5e
authored
Sep 20, 2021
by
Sandro Mathys
Browse files
fix new helm push syntax
parent
53560d9f
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0353cf5e
...
...
@@ -153,7 +153,7 @@ upload:
.set-helm-version
script
:
-
echo "${CI_REGISTRY_PASSWORD}" | helm registry login "${CI_REGISTRY_IMAGE}" -u "${CI_REGISTRY_USER}" --password-stdin
-
helm push "${CI_PROJECT_DIR}" "${CI_REGISTRY_IMAGE}/shibboleth-sp:${CI_COMMIT_TAG}"
-
helm push "${CI_PROJECT_DIR}" "
oci://
${CI_REGISTRY_IMAGE}/shibboleth-sp:${CI_COMMIT_TAG}"
release
:
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment