Skip to content

Commit c85227b

Browse files
author
Albert Sedlacek
committed
reverted pipeline
1 parent 9ddefe0 commit c85227b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set image tag
5959
id: tag
6060
run: |
61-
TAG="${GITHUB_REF##*/}-test"
61+
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
6464
echo "app_image_tag=$TAG" | tee -a $GITHUB_OUTPUT

0 commit comments

Comments
 (0)