builder name fix
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
8ed1e1579c
commit
74f3400cc7
|
@ -16,7 +16,7 @@ steps:
|
|||
- apt-get update && apt-get install -y curl # install dependencies from apt
|
||||
- curl -fsSL https://get.docker.com -o get-docker.sh # install docker
|
||||
- sh ./get-docker.sh
|
||||
- docker buildx create --name ${DRONE_COMMIT_SHA}${DRONE_BUILD_NUMBER} --use
|
||||
- docker buildx create --name builder${DRONE_COMMIT_SHA}${DRONE_BUILD_NUMBER} --use
|
||||
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/bin # install task
|
||||
# - task build # build the docker image
|
||||
- name: build
|
||||
|
|
Loading…
Reference in New Issue