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 9ddefe0 commit c85227bCopy full SHA for c85227b
.github/workflows/push.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Set image tag
59
id: tag
60
run: |
61
- TAG="${GITHUB_REF##*/}-test"
+ 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
0 commit comments