image: docker:19.03.12 job-init: stage: .pre script: echo "make something useful before build stage" job-build-docker-latest: stage: build services: - docker:19.03.12-dind script: - docker login --username stilobique --password $docker_hub_password - docker build -t stilobique/blender:latest . - docker push #job-build-docker-tag: # stage: build # script: # - docker build -t stilobique/blender:latest