diff --git a/.github/workflows/csi-test.yml b/.github/workflows/csi-test.yml index 275f779c..cca5b6da 100644 --- a/.github/workflows/csi-test.yml +++ b/.github/workflows/csi-test.yml @@ -41,7 +41,7 @@ jobs: echo "tag=${tag}" >> $GITHUB_OUTPUT - name: Install network tools - run: sudo apt-get update && sudo apt-get install -y netcat + run: sudo apt-get update && sudo apt-get install -y netcat-openbsd - name: Build local model registry image shell: bash