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 729ae7c commit a95c9b0Copy full SHA for a95c9b0
.github/workflows/build-kube-proxy-images.yml
@@ -18,6 +18,3 @@ jobs:
18
echo "${{ secrets.DOCKER_SECRET }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
19
pushd ./hostprocess/calico
20
./build.sh -p ${{ github.event.inputs.proxy_version }}
21
- popd
22
- pushd ./hostprocess/flannel
23
- ./build.sh -p ${{ github.event.inputs.proxy_version}}
0 commit comments