This is an automated email from the ASF dual-hosted git repository.

yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new a2761ee36c fix tag issue in docker build and publish
a2761ee36c is described below

commit a2761ee36c5e04117a258d42733fcf6b39262835
Author: Yasith Jayawardana <[email protected]>
AuthorDate: Wed Aug 20 17:48:47 2025 -0400

    fix tag issue in docker build and publish
---
 .github/workflows/build-and-publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-and-publish.yml 
b/.github/workflows/build-and-publish.yml
index cfe8f4b00e..49649c328c 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/build-and-publish.yml
@@ -8,7 +8,7 @@ on:
 
 env:
   REGISTRY: docker.io
-  IMAGE_NAME: airavata:latest
+  IMAGE_NAME: airavata
 
 jobs:
   build-and-push:

Reply via email to