Skip to content

Commit

Permalink
fix stable version release to match correct release name
Browse files Browse the repository at this point in the history
Signed-off-by: Ankur Kothiwal <[email protected]>
  • Loading branch information
Ankurk99 committed Mar 15, 2022
1 parent b2c7d82 commit 4cd92e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: match
run: |
value=`cat STABLE-RELEASE`
if [ ${{ github.ref }} == $value ]; then
if [ ${{ github.ref }} == refs/heads/$value ]; then
docker pull docker.io/kubearmor/kubearmor:$value
docker image tag kubearmor/kubearmor:$value kubearmor/kubearmor:stable
echo ::set-output name=tag::true
Expand Down

0 comments on commit 4cd92e3

Please sign in to comment.