From 92d02b37f9f9b71630fbd51b0432069c7233bf9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Moy=C3=A1?= Date: Wed, 15 Sep 2021 18:12:45 -0300 Subject: [PATCH] Rename circleci release job to release_images --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 00e1f55..3c36f1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: - checkout - run: make test - release: + release_images: <<: *base steps: - checkout @@ -41,7 +41,7 @@ workflows: - test: requires: - build - - release: + - release_images: requires: - test