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 db29e0b commit bc66cceCopy full SHA for bc66cce
.github/workflows/push_test.yml
@@ -61,7 +61,7 @@ jobs:
61
TAG="${GITHUB_REF##*/}"
62
IS_SEMANTIC_TAG=$(echo "$TAG" | grep -q '^v\?[0-9]\+\.[0-9]\+\.[0-9]\+$' && echo true || echo false)
63
echo "is_semantic_tag=$IS_SEMANTIC_TAG" | tee -a $GITHUB_OUTPUT
64
- echo "app_image_tag=$TAG" | tee -a $GITHUB_OUTPUT
+ echo "app_image_tag=0.0.1" | tee -a $GITHUB_OUTPUT
65
66
- name: Deploy-Ready check
67
id: deploy_ready
0 commit comments