diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml index adfb133847..4f558b733f 100644 --- a/.github/workflows/knative.yml +++ b/.github/workflows/knative.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: publisher: ["Buildah", "Spectrum"] - + #publisher: ["Buildah"] steps: - name: Checkout code uses: actions/checkout@v2 @@ -59,6 +59,7 @@ jobs: REGISTRY_CONTAINER_NAME='kind-registry' REGISTRY_PORT='5000' docker run -d -p "${REGISTRY_PORT}:5000" --restart=always --name "${REGISTRY_CONTAINER_NAME}" registry:2 + REGISTRY_IP=$(docker inspect --format '{{.NetworkSettings.IPAddress }}' "${REGISTRY_CONTAINER_NAME}") cat <