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
f7a240b3
Commit
f7a240b3
authored
Sep 20, 2021
by
Sandro Mathys
Browse files
fix helm push syntax
parent
aa89c332
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f7a240b3
...
...
@@ -154,7 +154,7 @@ push:
.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}/shibboleth-sp-${CI_COMMIT_TAG}.tgz" "oci://${CI_REGISTRY_IMAGE}
/shibboleth-sp:${CI_COMMIT_TAG}
"
-
helm push "${CI_PROJECT_DIR}/shibboleth-sp-${CI_COMMIT_TAG}.tgz" "oci://${CI_REGISTRY_IMAGE}"
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