mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
ci/cd: changed distrbution spec branch to main from master
This commit is contained in:
committed by
Ramkumar Chinchani
parent
be9cf71c94
commit
fb8c4fb840
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user