From 22f3130bbb55281b40df0603b3e6feea5095a727 Mon Sep 17 00:00:00 2001 From: Jacob Elias Date: Tue, 11 Jun 2024 18:37:00 -0500 Subject: [PATCH] feat: add dockerfile and docker context to release workflow --- .circleci/continue_config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 0f56986..b0e3895 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -442,6 +442,8 @@ workflows: ignore: /.*/ docker_name: op-ufm docker_tags: <> + docker_context: . + docker_file: op-ufm/Dockerfile publish: true release: true context: @@ -457,6 +459,8 @@ workflows: ignore: /.*/ docker_name: proxyd docker_tags: <> + docker_context: . + docker_file: proxyd/Dockerfile publish: true release: true context: