Update context
This commit is contained in:
parent
8d5bf0f93b
commit
fbbea1a8d1
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ steps:
|
|||
image: plugins/docker
|
||||
settings:
|
||||
repo: caminsha/bt-backend
|
||||
context: backend
|
||||
context: ./backend
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
|
@ -25,7 +25,7 @@ steps:
|
|||
image: plugins/docker
|
||||
settings:
|
||||
repo: caminsha/bt-frontend
|
||||
context: frontend
|
||||
context: ./frontend
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue