0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00

ci/cd: changed distrbution spec branch to main from master

This commit is contained in:
Shivam Mishra 2021-04-19 09:47:43 -07:00 committed by Ramkumar Chinchani
parent be9cf71c94
commit fb8c4fb840

View file

@ -38,7 +38,7 @@ jobs:
docker build -f ./Dockerfile-conformance -t "${ZOT_REF}" . 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}" docker run --rm -p 5000:5000 -v "$(pwd)":/go/src/github.com/anuvu/zot -idt "${ZOT_REF}"
- name: Run OCI Distribution Spec conformance tests - name: Run OCI Distribution Spec conformance tests
uses: opencontainers/distribution-spec@master uses: opencontainers/distribution-spec@main
env: env:
OCI_ROOT_URL: ${{ env.ZOT_URL }} OCI_ROOT_URL: ${{ env.ZOT_URL }}
OCI_NAMESPACE: oci-conformance/distribution-test OCI_NAMESPACE: oci-conformance/distribution-test