diff --git a/.drone.yml b/.drone.yml index 77ff733..0efcbdc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,8 +30,8 @@ pipeline: environment: - IMAGE=dr.dnix.de/$DRONE_REPO_NAME - REV=$(git rev-list HEAD --count) - repo: $IMAGE - tags: [ $REV, latest ] + repo: ${IMAGE} + tags: [ ${REV}, latest ] deploy: image: ubuntu:16.04 commands: