From 44a4d240c5b6de0a2f96909081a3af5551af5594 Mon Sep 17 00:00:00 2001 From: Neel-Leo Coffin Date: Thu, 14 Jan 2021 18:10:15 +0100 Subject: [PATCH] :bug: change docker image to match with docker hub ci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 226c092..b5a0605 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,10 +61,10 @@ jobs: - setup_remote_docker - run: name: Build Docker image - command: docker build -t sukiadoramu/my-awesome-ci-expr:app . + command: docker build -t sukiadoramu/devops-back:app . - run: name: Archive Docker image - command: docker save -o image.tar sukiadoramu/my-awesome-ci-expr + command: docker save -o image.tar sukiadoramu/devops-back - persist_to_workspace: root: . paths: