Skip to content

Commit

Permalink
cavern: fix version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Nov 22, 2023
1 parent c94efa2 commit 27d1082
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cavern/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor
# build version tag: timestamp
TAGS="0.5.4 $(date -u +"%Y%m%dT%H%M%S")"
VER=0.5.4
TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")"
unset VER

0 comments on commit 27d1082

Please sign in to comment.