builder name fix
continuous-integration/drone/push Build is failing Details

pull/5/head
jhot 2023-11-01 09:53:37 -06:00
parent 8ed1e1579c
commit 74f3400cc7
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ steps:
- apt-get update && apt-get install -y curl # install dependencies from apt - apt-get update && apt-get install -y curl # install dependencies from apt
- curl -fsSL https://get.docker.com -o get-docker.sh # install docker - curl -fsSL https://get.docker.com -o get-docker.sh # install docker
- sh ./get-docker.sh - 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 - sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/bin # install task
# - task build # build the docker image # - task build # build the docker image
- name: build - name: build