Tweaking the ENV
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-06 09:19:31 -04:00
parent db5e4858b8
commit 8e40c0a06c
3 changed files with 10 additions and 4 deletions

View File

@@ -110,7 +110,13 @@ steps:
- failure
- name: Publish Image
image: docker
environment:
USERNAME:
from_secret: registry_username
PASSWORD:
from_secret: registry_password
commands:
- docker login -u ${USERNAME} -p {PASSWORD} git.mifi.dev
- docker build -t git.mifi.dev/mifi/mifi/auth:latest -t git.mifi.dev/mifi/mifi/auth:${DRONE_TAG} .
- docker push git.mifi.dev/mifi/mifi/auth:latest
volumes:
@@ -193,7 +199,7 @@ steps:
- docker compose -f docker-compose.staging.yml up --wait
volumes:
- name: env-secrets
path: /drone/grow/staging.env
path: /drone/grow/staging.secrets.env
- name: dockersock
path: /var/run/docker.sock
- name: dockerconfig