Skip to content

Commit

Permalink
temp: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Jan 6, 2025
1 parent 1fdfec0 commit 3c23704
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
tags:
- "v*"
pull_request:
branches:
- 'main'

jobs:
publish-images:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c23704

Please sign in to comment.