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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 31671b5f Default image tag is latest
31671b5f is described below

commit 31671b5fc40dcc89a2514dfbec6c6588d8647f05
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Sun Dec 8 18:12:13 2024 -0500

    Default image tag is latest
---
 karavan-app/src/main/webui/src/project/builder/BuildPanel.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-app/src/main/webui/src/project/builder/BuildPanel.tsx 
b/karavan-app/src/main/webui/src/project/builder/BuildPanel.tsx
index a771a9be..b47292a8 100644
--- a/karavan-app/src/main/webui/src/project/builder/BuildPanel.tsx
+++ b/karavan-app/src/main/webui/src/project/builder/BuildPanel.tsx
@@ -46,7 +46,7 @@ export function BuildPanel () {
     const [isBuilding, setIsBuilding] = useState<boolean>(false);
     const [showDeleteConfirmation, setShowDeleteConfirmation] = 
useState<boolean>(false);
     const [deleteEntityName, setDeleteEntityName] = useState<string>();
-    const [tag, setTag] = useState<string>(getShortCommit(project.lastCommit));
+    const [tag, setTag] = useState<string>('latest');
 
     function deleteEntity() {
         const buildName = getBuildName();

Reply via email to