From 8abe571151b3f8b9d388ae0045f47d790811c58f Mon Sep 17 00:00:00 2001 From: aditya-tiwari-zs Date: Mon, 9 Dec 2024 17:25:50 +0530 Subject: [PATCH] fix workflow --- .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 844436d..42b58f1 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -70,4 +70,4 @@ jobs: push: true context: . file: Dockerfile - tags: zopdev/zop-api:${{ env.RELEASE_VERSION }} + tags: zopdev/zop-ui:${{ env.RELEASE_VERSION }}