Fix task path
continuous-integration/drone Build is failing Details

pull/5/head
jhot 2023-11-01 08:53:28 -06:00
parent f5a8ad3386
commit 11e3a291bf
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ steps:
- curl -fsSL https://get.docker.com -o get-docker.sh # install docker
- sh ./get-docker.sh
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d # install task
- .bin/task build # build the docker image
- ./bin/task build # build the docker image