Skip to content

Commit

Permalink
Update version to "latest" in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaffah committed Feb 22, 2024
1 parent 6a29ada commit a1bbd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1bbd07

Please sign in to comment.