mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-18 12:35:54 +08:00
Update push.yaml
This commit is contained in:
parent
41e2c6b075
commit
d1a4bb10ea
2
.github/workflows/push.yaml
vendored
2
.github/workflows/push.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
if [ ${array[1]} == "tags" ]
|
if [ ${array[1]} == "tags" ]
|
||||||
then
|
then
|
||||||
echo "tag build"
|
echo "tag build"
|
||||||
img_tag=${GITHUB_REF#refs/*/}
|
img_tag=${GITHUB_REF#refs/*/v}
|
||||||
else
|
else
|
||||||
echo "non tag build"
|
echo "non tag build"
|
||||||
img_tag="latest"
|
img_tag="latest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user