Skip to content

Commit

Permalink
Use tags for image version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Oct 14, 2021
1 parent d004e13 commit 2355522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IMG_NAME="LeoOS"
IMG_VERSION="1.0.0"
IMG_VERSION="$(git describe --tags)"

export GIT_REPO="https://github.com/LeoRover/leo_os"
export GIT_REPO="https://github.com/LeoRover/LeoOS"
export GIT_HASH="$(git rev-parse HEAD)"

export TARGET_HOSTNAME="leo"
Expand Down

0 comments on commit 2355522

Please sign in to comment.