mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
ci/cd: changed distrbution spec branch to main from master
This commit is contained in:
parent
be9cf71c94
commit
fb8c4fb840
1 changed files with 1 additions and 1 deletions
2
.github/workflows/oci-conformance-action.yml
vendored
2
.github/workflows/oci-conformance-action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue