Update secrets and Docker registry in .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-03-28 20:45:59 +01:00
parent 43f8189758
commit 58c45cfadb

View File

@@ -6,9 +6,9 @@ steps:
image: node:latest
environment:
USERNAME:
from_secret: git_username
from_secret: docker_username
PASSWORD:
from_secret: git_password
from_secret: docker_password
commands:
- npm install
- node -v
@@ -16,10 +16,10 @@ steps:
- name: create-docker-image-insider
image: plugins/docker
settings:
registry: git.dinawo.fr
repo: git.dinawo.fr/drone/cdn-app-insider
registry: hub.docker.com
repo: hub.docker.com/dinawo/cdn-app-insider
tags: latest
username:
from_secret: git_username
from_secret: docker_username
password:
from_secret: git_password
from_secret: docker_password