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 0a81bdd commit 0f284eaCopy full SHA for 0f284ea
.github/workflows/ci.yml
@@ -204,7 +204,8 @@ jobs:
204
export SHELL=/bin/bash
205
export DOCKER_BUILDKIT=1
206
eval $(minikube -p minikube docker-env)
207
- docker build --progress=plain --no-cache -f ./Dockerfile -t flink-kubernetes-operator:ci-${{ matrix.http-client }}-latest --progress plain --build-arg HTTP_CLIENT=${{ matrix.http-client }} .
+ HTTP_CLIENT=${{ matrix.http-client }}
208
+ docker build --progress=plain --no-cache -f ./Dockerfile -t flink-kubernetes-operator:ci-${{ matrix.http-client }}-latest --progress plain --build-arg HTTP_CLIENT="${HTTP_CLIENT:-okhttp}" .
209
docker images
210
- name: Start the operator
211
run: |
0 commit comments