feat(docker): Use git tags for tagging docker releases
Some checks failed
Build Docker Image / Build (push) Has been cancelled
Some checks failed
Build Docker Image / Build (push) Has been cancelled
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
TAG=$(git branch | grep "*" | awk '{ print $2 }')
|
TAG=$(git tag)
|
||||||
LOCAL_IMAGE="athome"
|
LOCAL_IMAGE="athome"
|
||||||
REGISTRY="mos4"
|
REGISTRY="mos4"
|
||||||
REMOTE_IMAGE="athome"
|
REMOTE_IMAGE="athome"
|
||||||
|
|||||||
Reference in New Issue
Block a user