From d5bcf58aca4d71d549e42f992c5bdd5d1f67ea67 Mon Sep 17 00:00:00 2001 From: Aleksandr Komarov Date: Wed, 11 Dec 2024 18:48:40 +0400 Subject: [PATCH] chore: Fixes image name --- .github/workflows/publish_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_image.yml b/.github/workflows/publish_image.yml index b3e6781..218ebf7 100644 --- a/.github/workflows/publish_image.yml +++ b/.github/workflows/publish_image.yml @@ -14,7 +14,7 @@ concurrency: env: REGISTRY: ghcr.io - IMAGE_NAME: nekko-api + IMAGE_NAME: aifoundry-org/nekko-api jobs: build-image: