Fix OCI conformance workflow report and README badge

Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
This commit is contained in:
Milos Gajdos 2021-06-27 22:45:36 +01:00
parent 3fa4e42634
commit 351b260774
No known key found for this signature in database
GPG key ID: 8B31058CC55DFD4F
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
echo "OCI_ROOT_URL=http://$IP:5000" >> $GITHUB_ENV
DISTRIBUTION_REF="local-distribution:v$(date +%Y%m%d%H%M%S)"
docker build -f ./Dockerfile -t "${DISTRIBUTION_REF}" .
docker run --rm -p 5000:5000 -idt "${DISTRIBUTION_REF}"
docker run --rm -p 5000:5000 -e REGISTRY_STORAGE_DELETE_ENABLED=true -idt "${DISTRIBUTION_REF}"
- name: Run OCI Distribution Spec conformance tests
uses: opencontainers/distribution-spec@main