mirror of https://github.com/apache/druid.git
Fixing a github workflow to resolve conflicts and use the correct tag for jdk (#13933)
This commit is contained in:
parent
a7ba361666
commit
7ce3371730
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue