Skip to content

Commit

Permalink
Merge pull request #1734 from rksharma95/fix-marketplace-ci
Browse files Browse the repository at this point in the history
fix(CI): fix marketplace ci
  • Loading branch information
rksharma95 committed Apr 22, 2024
2 parents 21bf7f9 + 58040ff commit 688d9e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-marketplace-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
paths:
- "STABLE-RELEASE"
- ".github/workflows/ci-marketplace-release.yml"

jobs:
certify-images-on-redhat:
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
regctl image copy kubearmor/kubearmor-snitch:$STABLE_VERSION ${{vars.AWS_ECR_REGISTRY}}/kubearmor-snitch:$STABLE_VERSION --digest-tags
publish-images-to-ocir:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 688d9e8

Please sign in to comment.