From fb8c4fb840581105d23f4d4e5a50201ebdfb587b Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 19 Apr 2021 09:47:43 -0700 Subject: [PATCH] ci/cd: changed distrbution spec branch to main from master --- .github/workflows/oci-conformance-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oci-conformance-action.yml b/.github/workflows/oci-conformance-action.yml index a2b72b4b..44507b92 100644 --- a/.github/workflows/oci-conformance-action.yml +++ b/.github/workflows/oci-conformance-action.yml @@ -38,7 +38,7 @@ jobs: docker build -f ./Dockerfile-conformance -t "${ZOT_REF}" . docker run --rm -p 5000:5000 -v "$(pwd)":/go/src/github.com/anuvu/zot -idt "${ZOT_REF}" - name: Run OCI Distribution Spec conformance tests - uses: opencontainers/distribution-spec@master + uses: opencontainers/distribution-spec@main env: OCI_ROOT_URL: ${{ env.ZOT_URL }} OCI_NAMESPACE: oci-conformance/distribution-test