kaniko/.github/workflows
Jason Hall 6b6795e4a7
Fix release tagging workflow (#2034)
In Bash, "-eq" compares integers, and "==" compares strings, so "debug
-eq latest" always evaulated to true.

$ if [[ "debug" -eq "latest" ]]; then echo latest; else echo debug; fi
latest
$ if [[ "debug" == "latest" ]]; then echo latest; else echo debug; fi
debug
2022-05-16 12:19:39 -07:00
..
images.yaml Fix release tagging workflow (#2034) 2022-05-16 12:19:39 -07:00
integration-tests.yaml Bump docker/setup-buildx-action from 1.6.0 to 2 (#2081) 2022-05-16 12:14:10 -07:00
scorecards-analysis.yml Bump github/codeql-action from 2.1.6 to 2.1.8 (#2043) 2022-04-11 10:26:45 -04:00
unit-tests.yaml Bump actions/setup-go from 2.2.0 to 3 (#1970) 2022-03-07 14:14:29 -05:00