Skip to content

Commit

Permalink
update stable tag when the latest version release branch is updated
Browse files Browse the repository at this point in the history
Signed-off-by: Ankur Kothiwal <[email protected]>
  • Loading branch information
Ankurk99 committed Feb 17, 2022
1 parent 975ab49 commit d7fb250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ on:
# Sequence of patterns matched against refs/tags
branches:
- 'main'

paths:
- 'STABLE-RELEASE'
- 'v*'

name: KubeArmor stable release

Expand All @@ -18,6 +16,8 @@ jobs:
steps:
- name: Checkout KubeArmor code
uses: actions/checkout@v2
with:
ref: main

- name: Pull Docker Hub image
run: |
Expand Down

0 comments on commit d7fb250

Please sign in to comment.