Compare commits
2 commits
a5791b3f63
...
8d5bf0f93b
Author | SHA1 | Date | |
---|---|---|---|
8d5bf0f93b | |||
372de2498f |
1 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ steps:
|
|||
- name: backend
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: caminsha/behaviobio
|
||||
dockerfile: backend/Dockerfile
|
||||
repo: caminsha/bt-backend
|
||||
context: backend
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
|
@ -24,8 +24,8 @@ steps:
|
|||
- name: frontend
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: caminsha/behaviobio
|
||||
dockerfile: frontend/Dockerfile
|
||||
repo: caminsha/bt-frontend
|
||||
context: frontend
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue