diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml index 41f827cd54..4f558b733f 100644 --- a/.github/workflows/knative.yml +++ b/.github/workflows/knative.yml @@ -32,8 +32,8 @@ jobs: strategy: matrix: - #publisher: ["Buildah", "Spectrum"] - publisher: ["Buildah"] + 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 <