From 3975028e4ee214d4d780b3060cac2a3cae3d2059 Mon Sep 17 00:00:00 2001 From: Jacob Elias Date: Tue, 11 Jun 2024 18:48:11 -0500 Subject: [PATCH] feat: correct the names of the pre-req steps --- .circleci/continue_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 7cfbad1..74a524e 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -412,7 +412,7 @@ workflows: branches: ignore: /.*/ - docker-build: - name: op-ufm-docker-release + name: op-ufm-docker-build filters: tags: only: /^op-ufm\/v.*/ @@ -435,7 +435,7 @@ workflows: requires: - op-ufm-docker-build - docker-build: - name: proxyd-docker-release + name: proxyd-docker-build filters: tags: only: /^proxyd\/v.*/