Skip to content

Commit

Permalink
Merge pull request kubearmor#652 from Ankurk99/main
Browse files Browse the repository at this point in the history
fix stable version release to match correct release name
  • Loading branch information
nyrahul authored Mar 15, 2022
2 parents b2c7d82 + 4cd92e3 commit 9162922
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 9162922

Please sign in to comment.