Skip to content

Commit

Permalink
Image dest fix (#2)
Browse files Browse the repository at this point in the history
* fix

* path do dockerfile
  • Loading branch information
dgrechka authored Aug 19, 2022
1 parent ce618a6 commit 9582fe8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
repo: lostpetinitiative/cassandra-rest-api
repo: lostpetinitiative/search-api-gateway
target: final
context: CardIndexRestAPI
dockerfile: CardIndexRestAPI/Dockerfile
auto_tag: true
force_tag: true
build_args:
Expand All @@ -39,9 +40,10 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
repo: lostpetinitiative/cassandra-rest-api
repo: lostpetinitiative/search-api-gateway
target: final
context: CardIndexRestAPI
dockerfile: CardIndexRestAPI/Dockerfile
auto_tag: true
force_tag: true
build_args:
Expand Down

0 comments on commit 9582fe8

Please sign in to comment.