Skip to content
Snippets Groups Projects
Commit 109fa9f1 authored by Dorch's avatar Dorch
Browse files

ci: use gitlab registry instead of docker hub

parent 0bd5017e
No related branches found
No related tags found
1 merge request!252release: version 4.18.0
Pipeline #157641 passed
...@@ -10,7 +10,7 @@ stages: ...@@ -10,7 +10,7 @@ stages:
default: default:
tags: [docker] tags: [docker]
image: geaucassiopee/ci-cd-cross-platform-webapp:v3 image: $CI_REGISTRY/cassiopee/nghyd:latest
variables: variables:
# from Gitlab CI/CD environment variables : # from Gitlab CI/CD environment variables :
......
...@@ -16,6 +16,7 @@ RUN apt-get update \ ...@@ -16,6 +16,7 @@ RUN apt-get update \
gnupg \ gnupg \
git \ git \
rsync \ rsync \
openssh-client \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment