diff --git a/.drone.yml b/.drone.yml index b3424c1..ac1ba7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: debian:12 commands: - - echo $${DRONE_TAG:-$DRONE_REPO_BRANCH} + - echo $${DRONE_TAG:-$DRONE_BRANCH} # - apt-get update && apt-get install -y curl # - curl -fsSL https://get.docker.com -o get-docker.sh # - sh ./get-docker.sh