Skip to content

Commit

Permalink
CI: fix the path for the reva Dockerfile on .drone.star (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuAlfageme authored Jun 29, 2021
1 parent 1d7a61c commit bbcb86f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def buildAndPublishDocker():
"settings": {
"repo": "cs3org/reva",
"tags": "latest",
"dockerfile": "Dockerfile.revad",
"dockerfile": "Dockerfile.reva",
"username":{
"from_secret": "dockerhub_username",
},
Expand Down
6 changes: 6 additions & 0 deletions changelog/unreleased/ci-fix-reva-dockerfile-path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: use the right Dockerfile path for the reva CLI

This was introduced on https://github.com/cs3org/reva/commit/117adad while
porting the configuration on .drone.yml to starlark.

https://github.com/cs3org/reva/pull/1843

0 comments on commit bbcb86f

Please sign in to comment.