Skip to content

Commit 2fc4959

Browse files
committed
fix copypasta
1 parent 63cb42a commit 2fc4959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/get-image-tag/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
sha=$(echo ${{ github.sha }} | head -c7)
3232
ts=$(date +%s)
3333
tag=${env}-${sha}-${ts}
34-
if [[ "${{ github.ref_name }}" == re2-*-* ]]; then
34+
elif [[ "${{ github.ref_name }}" == re2-*-* ]]; then
3535
env=$(echo ${{ github.ref_name }} | cut -d- -f2)
3636
sha=$(echo ${{ github.sha }} | head -c7)
3737
ts=$(date +%s)

0 commit comments

Comments
 (0)