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 42d6ed6f env REGISTRY
42d6ed6f is described below

commit 42d6ed6fdc095d0a377f5744499b13d212baf502
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Fri Sep 29 15:03:09 2023 -0400

    env REGISTRY
---
 .github/workflows/app.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index 34c97cbc..444a3d21 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -9,7 +9,7 @@ on:
     branches: [ main ]
 
 env:
-  REGISTRY: ${{ env.REGISTRY }}
+  REGISTRY: ghcr.io
   TAG: 4.0.1
 
 jobs:

Reply via email to