Skip to content

Commit b0d5b9f

Browse files
committed
[FlINK-36392] export the var
1 parent 3599d3c commit b0d5b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ jobs:
166166
export SHELL=/bin/bash
167167
export DOCKER_BUILDKIT=1
168168
eval $(minikube -p minikube docker-env)
169-
JAVA_VERSION=${{ matrix.java-version }}
170-
docker build --progress=plain --no-cache -f ./Dockerfile -t flink-kubernetes-operator:ci-latest --progress --build-arg JAVA_VERSION="${JAVA_VERSION:-11}" plain -- .
169+
export JAVA_VERSION=${{ matrix.java-version }}
170+
docker build --progress=plain --no-cache -f ./Dockerfile -t flink-kubernetes-operator:ci-latest --progress --build-arg JAVA_VERSION="${JAVA_VERSION:-11}" plain .
171171
docker images
172172
- name: Start the operator
173173
run: |

0 commit comments

Comments
 (0)