From 3c2370447832ad8c9c07bdc326e24d14d1ccbef9 Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Mon, 6 Jan 2025 19:48:10 +0530 Subject: [PATCH] temp: debug Signed-off-by: Vishal Choudhary --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3a8f1c2..e52c422 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,9 @@ on: push: tags: - "v*" + pull_request: + branches: + - 'main' jobs: publish-images: @@ -54,7 +57,7 @@ jobs: sbom-repository: ghcr.io/${{ github.repository }}/sbom signature-repository: ghcr.io/${{ github.repository }}/signatures main-path: ./ - image-tag: ${{ github.ref_name }} + image-tag: v1.1 generate-kyverno-notation-aws-provenance: needs: publish-images