From cb2e7fffa06ac88a9d0bae90522e117f968f6e86 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Fri, 28 Jan 2022 15:39:31 +0100 Subject: [PATCH] Add a PAT login with docker hub, quick update with readme and badge rendering --- .gitlab-ci.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e033d94..dcea90a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/README.md b/README.md index 009dd12..047e83e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![pipeline status](https://gitlab.com/stilobique/blender-docker/badges/main/pipeline.svg)](https://gitlab.com/stilobique/blender-docker/-/commits/main) ![Blender](https://img.shields.io/badge/blender-3.0.0-%23F5792A.svg?style=flat&logo=blender&logoColor=white) +![Blender](https://img.shields.io/badge/blender-3.0.0-%23F5792A.svg?style=flat&logo=blender&logoColor=white) [![pipeline status](https://gitlab.com/stilobique/blender-docker/badges/main/pipeline.svg)](https://gitlab.com/stilobique/blender-docker/-/commits/main) # Blender Docker