Skip to content

Commit bc66cce

Browse files
committed
refactor: update app image tag to a fixed version in push_test.yml
1 parent db29e0b commit bc66cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
TAG="${GITHUB_REF##*/}"
6262
IS_SEMANTIC_TAG=$(echo "$TAG" | grep -q '^v\?[0-9]\+\.[0-9]\+\.[0-9]\+$' && echo true || echo false)
6363
echo "is_semantic_tag=$IS_SEMANTIC_TAG" | tee -a $GITHUB_OUTPUT
64-
echo "app_image_tag=$TAG" | tee -a $GITHUB_OUTPUT
64+
echo "app_image_tag=0.0.1" | tee -a $GITHUB_OUTPUT
6565
6666
- name: Deploy-Ready check
6767
id: deploy_ready

0 commit comments

Comments
 (0)