Compare commits
2 Commits
94ad506ce6
...
8d8b461774
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d8b461774 | ||
|
|
96e5cd9fee |
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "athome"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>"]
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
TAG=$(git branch | grep "*" | awk '{ print $2 }')
|
||||
TAG=$(git tag)
|
||||
LOCAL_IMAGE="athome"
|
||||
REGISTRY="mos4"
|
||||
REMOTE_IMAGE="athome"
|
||||
|
||||
Reference in New Issue
Block a user