Unique builder name
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build was killed Details

pull/5/head
jhot 2023-11-01 09:15:49 -06:00
parent f2a5531bc9
commit b5c6392c34
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,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 builder --use - docker buildx create --name ${DRONE_COMMIT_SHA}${DRONE_BUILD_NUMBER} --use
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d # install task - 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