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 b0d5b9f commit 8a66614Copy full SHA for 8a66614
.github/workflows/ci.yml
@@ -167,7 +167,7 @@ jobs:
167
export DOCKER_BUILDKIT=1
168
eval $(minikube -p minikube docker-env)
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 .
+ docker build --progress=plain --no-cache -f ./Dockerfile -t flink-kubernetes-operator:ci-latest --progress plain --build-arg JAVA_VERSION="${JAVA_VERSION:-11}" .
171
docker images
172
- name: Start the operator
173
run: |
0 commit comments