Add a PAT login with docker hub, quick update with readme and badge rendering

This commit is contained in:
Aurelien Vaillant
2022-01-28 15:39:31 +01:00
parent 2066661f32
commit cb2e7fffa0
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -9,7 +9,9 @@ job-build-docker-latest:
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