test แก้ version

This commit is contained in:
Kittapath 2024-01-11 10:47:01 +07:00
parent f9c4bb3b80
commit b1a9b51358

View file

@ -30,10 +30,10 @@ jobs:
else
IMAGE_VER=${{ github.event.inputs.IMAGE_VER }}
fi
if [[ $IMAGE_VER == '' ]]; then
if [[ secrets.IMAGE_VER == '' ]]; then
IMAGE_VER='test-vBeta'
fi
echo '::set-output name=image_ver::'$IMAGE_VER
echo '::set-output name=image_ver::'secrets.IMAGE_VER
- name: Check Version
run: |
echo $GITHUB_REF