diff --git a/.drone.yml b/.drone.yml index a92b808..5b3a6e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: - name: dockersock path: /var/run/docker.sock commands: - - docker build . + - sh -c 'docker build -t xena/tulpanomicon:$(date +%m%d%Y%H%M)-$(git describe --tags) .' volumes: - name: book