Skip to content

Commit 8a66614

Browse files
committed
[FlINK-36392] sigh!
1 parent b0d5b9f commit 8a66614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
export DOCKER_BUILDKIT=1
168168
eval $(minikube -p minikube docker-env)
169169
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 .
170+
docker build --progress=plain --no-cache -f ./Dockerfile -t flink-kubernetes-operator:ci-latest --progress plain --build-arg JAVA_VERSION="${JAVA_VERSION:-11}" .
171171
docker images
172172
- name: Start the operator
173173
run: |

0 commit comments

Comments
 (0)