feat(docker): Use git tags for tagging docker releases
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:
Tuan-Dat Tran
2025-01-29 15:10:39 +01:00
parent 96e5cd9fee
commit 8d8b461774

View File

@@ -1,6 +1,6 @@
#!/bin/sh
TAG=$(git branch | grep "*" | awk '{ print $2 }')
TAG=$(git tag)
LOCAL_IMAGE="athome"
REGISTRY="mos4"
REMOTE_IMAGE="athome"