Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
58cbffce
Commit
58cbffce
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into release-1.4.4
parents
5aeb0c7a
c2e0459d
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!296
Dev
,
!293
Dev
,
!289
Dev
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
58cbffce
...
...
@@ -606,8 +606,10 @@ release-helm:
-
"
docker
logout
${CI_REGISTRY2_URL}"
-
"
echo
${CI_REGISTRY2_PASSWORD}
|
docker
login
--username
${CI_REGISTRY2_USER}
--password-stdin
${CI_REGISTRY2_URL}"
-
"
apk
add
sed
helm
curl"
-
echo "$CI_GPG_KEYRING" | base64 -d > ./secring.gpg
-
helm package ./helm/dbrepo --sign --key 'Martin Weise' --keyring ./secring.gpg --destination ./build
-
"
mkdir
-p
~/.gnupg"
-
echo "$CI_GPG_KEYRING" | base64 -d > ~/.gnupg/secring.gpg
-
echo "$CI_GPG_KEYRING2" | base64 -d > ~/.gnupg/pubring.gpg
-
"
helm
package
./helm/dbrepo
--sign
--key
'Martin
Weise'
--keyring
~/.gnupg/secring.gpg
--destination
./build"
-
"
helm
plugin
install
https://github.com/sigstore/helm-sigstore"
script
:
-
"
helm
sigstore
upload
./build/dbrepo-${CHART_VERSION}.tgz"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment