From 989d015f0a8fee4c9a4542b1ea5efecf5e693863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Villafa=C3=B1e=20Tapia?= Date: Wed, 13 Dec 2023 12:15:35 -0300 Subject: [PATCH] change image repository to muttdataai --- .github/workflows/push_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index a4648f3..650cf36 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -36,4 +36,4 @@ jobs: push: true build-args: | mlflow_version:${{ github.event.inputs.version || steps.set-version.outputs.version }} - tags: adacotechjp/mlflow:${{ github.event.inputs.version || steps.set-version.outputs.version }} + tags: muttdataai/mlflow:${{ github.event.inputs.version || steps.set-version.outputs.version }}