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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7ce3371730 Fixing a github workflow to resolve conflicts and use the 
correct tag for jdk (#13933)
7ce3371730 is described below

commit 7ce3371730b3895207e2f7729abb713b05ab7eec
Author: somu-imply <[email protected]>
AuthorDate: Tue Mar 14 16:06:27 2023 -0700

    Fixing a github workflow to resolve conflicts and use the correct tag for 
jdk (#13933)
---
 .github/workflows/reusable-revised-its.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/reusable-revised-its.yml 
b/.github/workflows/reusable-revised-its.yml
index bfc786ae66..91ff249b2c 100644
--- a/.github/workflows/reusable-revised-its.yml
+++ b/.github/workflows/reusable-revised-its.yml
@@ -93,7 +93,7 @@ jobs:
         run: |
           ./it.sh image
           source ./integration-tests-ex/image/target/env.sh
-          docker tag $DRUID_IT_IMAGE_NAME $DRUID_IT_IMAGE_NAME-jdk${{ 
matrix.build_jdk }}
+          docker tag $DRUID_IT_IMAGE_NAME $DRUID_IT_IMAGE_NAME-jdk${{ 
inputs.build_jdk }}
           echo $DRUID_IT_IMAGE_NAME
           docker save "$DRUID_IT_IMAGE_NAME" | gzip > druid-container-jdk${{ 
inputs.build_jdk }}.tar.gz
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to