From a1bbd07933818ba7f03c1ed52c80924c72c8010e Mon Sep 17 00:00:00 2001 From: Ashaffah Date: Thu, 22 Feb 2024 10:19:46 +0700 Subject: [PATCH] Update version to "latest" in docker build --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a8d884d..2cef077 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -27,7 +27,7 @@ jobs: if git rev-parse --verify "refs/tags/*" >/dev/null 2>&1; then VERSION=$(git describe --tags --abbrev=0) else - VERSION="none" + VERSION="latest" fi docker build -t ***/kode-pos:$VERSION . docker push ***/kode-pos:$VERSION