1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

feat: add release manifests (#1728)

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
Moritz Johner 2022-11-23 20:10:15 +01:00 committed by GitHub
parent 063af877f1
commit 6fc6ba76d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -119,6 +119,9 @@ jobs:
- name: Promote Container Image
run: make docker.promote
- name: Build release manifests
run: make manifests
- name: Sign promoted image
id: sign
uses: ./.github/actions/sign
@ -136,5 +139,6 @@ jobs:
files: |
provenance.${{ env.RELEASE_TAG }}.intoto.jsonl
sbom.${{ env.RELEASE_TAG }}.spdx.json
bin/deploy/manifests/external-secrets.yaml
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View file

@ -73,7 +73,7 @@ FAIL = (echo ${TIME} ${RED}[FAIL]${CNone} && false)
# ====================================================================================
# Conformance
reviewable: generate helm.generate helm.docs lint ## Ensure a PR is ready for review.
reviewable: generate manifests helm.generate helm.docs lint ## Ensure a PR is ready for review.
@go mod tidy
@cd e2e/ && go mod tidy