You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by pr...@apache.org on 2023/03/10 19:35:41 UTC

[druid] branch master updated: We want to tag the container based on the build jdk version, not the runtime version (#13917)

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

progers 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 8a1dc2f51c We want to tag the container based on the build jdk version, not the runtime version (#13917)
8a1dc2f51c is described below

commit 8a1dc2f51cb64c9a187e88741105a045671a34be
Author: Elliott Freis <10...@users.noreply.github.com>
AuthorDate: Fri Mar 10 11:35:33 2023 -0800

    We want to tag the container based on the build jdk version, not the runtime version (#13917)
    
    Co-authored-by: Elliott Freis <el...@Elliott-Freis.earth.dynamic.blacklight.net>
---
 .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 8d0b57abf0..bfc786ae66 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.jdk }}
+          docker tag $DRUID_IT_IMAGE_NAME $DRUID_IT_IMAGE_NAME-jdk${{ matrix.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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org