bump version in docker images to 1.1.x

This commit is contained in:
Fernando Ontiveros
2025-10-15 16:19:44 +00:00
parent 94eb707118
commit 2164f5947f

View File

@@ -15,5 +15,5 @@ build_job:
- bash docker/build.sh $VERSION - bash docker/build.sh $VERSION
before_script: before_script:
- VERSION=$(git describe | awk -F- '{ if( $2) {print $1 "." $2} else {print $1 ".0"} }' ) - VERSION=$(git describe | awk -F- '{ if( $2) {print $1 "." $2} else {print $1 ".1"} }' )
- echo $VERSION - echo $VERSION