Skip to content
Snippets Groups Projects
Unverified Commit b7860443 authored by Enno Gotthold's avatar Enno Gotthold
Browse files

Use custom SSL certificate for the release job

parent d498063e
Branches
Tags
No related merge requests found
...@@ -383,6 +383,7 @@ gitlab-opentofu-image:verify-signature: ...@@ -383,6 +383,7 @@ gitlab-opentofu-image:verify-signature:
stage: release stage: release
image: registry.gitlab.com/gitlab-org/release-cli:v0.21.0 image: registry.gitlab.com/gitlab-org/release-cli:v0.21.0
before_script: before_script:
- *install-custom-ca-alpine
- apk add --update yq envsubst - apk add --update yq envsubst
script: script:
- echo "Creating release $RELEASE_TAG_NAME" - echo "Creating release $RELEASE_TAG_NAME"
......
...@@ -554,6 +554,7 @@ certificate needs to be in the PEM format. Currently the certificate is applied ...@@ -554,6 +554,7 @@ certificate needs to be in the PEM format. Currently the certificate is applied
- `gitlab-opentofu-image:build` - `gitlab-opentofu-image:build`
- `gitlab-opentofu-image:deploy` - `gitlab-opentofu-image:deploy`
- `gitlab-opentofu-image:verify-signature` - `gitlab-opentofu-image:verify-signature`
- `release:base`
## Migrating from the Terraform CI/CD templates ## Migrating from the Terraform CI/CD templates
......
...@@ -628,6 +628,7 @@ certificate needs to be in the PEM format. Currently the certificate is applied ...@@ -628,6 +628,7 @@ certificate needs to be in the PEM format. Currently the certificate is applied
- `gitlab-opentofu-image:build` - `gitlab-opentofu-image:build`
- `gitlab-opentofu-image:deploy` - `gitlab-opentofu-image:deploy`
- `gitlab-opentofu-image:verify-signature` - `gitlab-opentofu-image:verify-signature`
- `release:base`
## Migrating from the Terraform CI/CD templates ## Migrating from the Terraform CI/CD templates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment