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 17b5597 commit d852ec2Copy full SHA for d852ec2
1 file changed
.github/workflows/push.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Set image tag
66
id: tag
67
run: |
68
- TAG="${GITHUB_REF##*/}"
+ TAG="${GITHUB_REF##*/}-${{ github.run_number }}"
69
IS_SEMANTIC_TAG=$(echo "$TAG" | grep -q '^v\?[0-9]\+\.[0-9]\+\.[0-9]\+$' && echo true || echo false)
70
echo "is_semantic_tag=$IS_SEMANTIC_TAG" | tee -a $GITHUB_OUTPUT
71
echo "app_image_tag=$TAG" | tee -a $GITHUB_OUTPUT
0 commit comments