From c5cabb7a5f6d933d06f86e30545462b575ce98ad Mon Sep 17 00:00:00 2001 From: Peter Nagy Date: Fri, 5 May 2017 23:02:49 +0200 Subject: [PATCH] introducing docker tag property --- wercker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wercker.yml b/wercker.yml index 287a9bc..58ec0b0 100644 --- a/wercker.yml +++ b/wercker.yml @@ -9,7 +9,7 @@ push: - internal/docker-push: username: $DOCKER_USERNAME password: $DOCKER_PASSWORD - tag: 0.0.1 + tag: $DOCKER_TAG repository: $DOCKER_REPOSITORY registry: https://index.docker.io/v1/ cmd: node pipeline/source/app.js