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

pcongiusti pushed a commit to branch release-2.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.0.x by this push:
     new 31cf5b926 fix(ci): staging user
31cf5b926 is described below

commit 31cf5b9269c7ec938c0911d1264d6c77e109a454
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Jul 17 11:47:57 2023 +0200

    fix(ci): staging user
---
 .github/actions/release-staging/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/release-staging/action.yml 
b/.github/actions/release-staging/action.yml
index 69f0ff924..8f0ee2786 100644
--- a/.github/actions/release-staging/action.yml
+++ b/.github/actions/release-staging/action.yml
@@ -70,4 +70,4 @@ runs:
       shell: bash
       run: |
         make images-all
-        make images-push-staging
+        make 
STAGING_IMAGE_NAME=docker.io/${TEST_DOCKER_HUB_USERNAME:-testcamelk}/camel-k 
images-push-staging

Reply via email to