We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3599d3c commit b0d5b9fCopy full SHA for b0d5b9f
.github/workflows/ci.yml
@@ -166,8 +166,8 @@ jobs:
166
export SHELL=/bin/bash
167
export DOCKER_BUILDKIT=1
168
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 -- .
+ export JAVA_VERSION=${{ matrix.java-version }}
+ docker build --progress=plain --no-cache -f ./Dockerfile -t flink-kubernetes-operator:ci-latest --progress --build-arg JAVA_VERSION="${JAVA_VERSION:-11}" plain .
171
docker images
172
- name: Start the operator
173
run: |
0 commit comments