Skip to content

Commit a95c9b0

Browse files
authored
Remove flannel reference from kube-proxy workflow (#388)
Support for flannel was removed in #385. Reflect that in the build-kube-proxy-images workflow
1 parent 729ae7c commit a95c9b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-kube-proxy-images.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ jobs:
1818
echo "${{ secrets.DOCKER_SECRET }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
1919
pushd ./hostprocess/calico
2020
./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

Comments
 (0)