mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
Fix tag name call
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ job-build-docker-latest:
|
||||
- echo Blender version are $VERSION
|
||||
- echo The Minor blender version are $MINOR
|
||||
- docker login --username stilobique --password $docker_hub_password
|
||||
- docker build --build-arg b3d_vs_major=$VERSION --build-arg b3d_vs_minor=$MINOR --tag stilobique/blender:latest .
|
||||
- docker build --build-arg b3d_vs_major=$VERSION --build-arg b3d_vs_minor=$MINOR --tag stilobique/blender:$VERSION.$MINOR .
|
||||
- docker push
|
||||
|
||||
#job-build-docker-tag:
|
||||
|
||||
Reference in New Issue
Block a user