Skip to content

Commit 13344a0

Browse files
committed
[FlINK-36392] put the build-arg in the right place
1 parent 765d7ac commit 13344a0

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
@@ -164,7 +164,7 @@ jobs:
164164
export DOCKER_BUILDKIT=1
165165
eval $(minikube -p minikube docker-env)
166166
JAVA_VERSION=${{ matrix.java-version }}
167-
docker build --progress=plain --no-cache -f ./Dockerfile -t flink-kubernetes-operator:ci-latest --progress plain -- -build-arg JAVA_VERSION="${JAVA_VERSION:-11}" .
167+
docker build --progress=plain --no-cache -f ./Dockerfile -t flink-kubernetes-operator:ci-latest --progress -build-arg JAVA_VERSION="${JAVA_VERSION:-11}" plain -- .
168168
docker images
169169
- name: Start the operator
170170
run: |

0 commit comments

Comments
 (0)