diff --git a/.circleci/config.yml b/.circleci/config.yml index a1846da..899b005 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,11 +52,6 @@ jobs: type: string executor: docker-publisher steps: - - checkout - - run: - name: "Pull image" - command: | - docker pull $IMAGE_NAME:latest-<< parameters.dir >> || true - run: name: Publish Docker Image to Docker Hub command: | @@ -110,7 +105,7 @@ workflows: parameters: dir: *images requires: - - publish latest << matrix.dir >> + - build << matrix.dir >> filters: tags: only: /^v.*/