We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cb42a commit 2fc4959Copy full SHA for 2fc4959
.github/actions/get-image-tag/action.yml
@@ -31,7 +31,7 @@ runs:
31
sha=$(echo ${{ github.sha }} | head -c7)
32
ts=$(date +%s)
33
tag=${env}-${sha}-${ts}
34
- if [[ "${{ github.ref_name }}" == re2-*-* ]]; then
+ elif [[ "${{ github.ref_name }}" == re2-*-* ]]; then
35
env=$(echo ${{ github.ref_name }} | cut -d- -f2)
36
37
0 commit comments