From 94d6c956db09f2006a1d627f2027f5e382c1c26c Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Fri, 3 Aug 2018 06:55:49 +0200 Subject: [PATCH] update config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f21f26f..bc6df2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,7 +76,7 @@ jobs: command: docker tag catdeployed/postal:alpine catdeployed/postal:alpine-dev - run: name: Rename Ubuntu Image Tag - command: docker tag catdeployed/ubuntu:ubuntu catdeployed/postal:ubuntu-dev + command: docker tag catdeployed/postal:ubuntu catdeployed/postal:ubuntu-dev - run: name: Tag alpine image as latest command: docker tag catdeployed/postal:alpine catdeployed/postal:latest-dev