From 9ba6c8a44d1946746a2e78c89c252d6c3b10eaa3 Mon Sep 17 00:00:00 2001 From: Ivan Bazulic Date: Wed, 21 Aug 2024 14:43:17 -0400 Subject: [PATCH] Revert changes to conformance tests --- .github/workflows/oci-distribution-spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oci-distribution-spec.yaml b/.github/workflows/oci-distribution-spec.yaml index 9cce35be49..a50112ffa2 100644 --- a/.github/workflows/oci-distribution-spec.yaml +++ b/.github/workflows/oci-distribution-spec.yaml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v3 with: repository: opencontainers/distribution-spec - ref: v1.1.0 + ref: v1.1.0-rc1 path: dist-spec - name: Set up Go 1.18 @@ -145,7 +145,7 @@ jobs: export OCI_TEST_PULL=1 export OCI_TEST_PUSH=1 export OCI_TEST_CONTENT_DISCOVERY=1 - export OCI_TEST_CONTENT_MANAGEMENT=1 + export OCI_TEST_CONTENT_MANAGEMENT=0 # Extra settings export OCI_HIDE_SKIPPED_WORKFLOWS=0