From b3ca53dfe6b9af5867007920b67deb525ec4bbc9 Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Wed, 2 Aug 2023 18:02:23 +0100 Subject: [PATCH] Update OCI conformance workflow check Pin the OCI conformance check workflow GHA to v1.0.1 Signed-off-by: Milos Gajdos --- .github/workflows/conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 5eadc897..728f9d81 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -32,7 +32,7 @@ jobs: docker run --rm -p 5000:5000 -e REGISTRY_STORAGE_DELETE_ENABLED=true -idt "registry:local" - name: Run OCI Distribution Spec conformance tests - uses: opencontainers/distribution-spec@main + uses: opencontainers/distribution-spec@v1.0.1 env: OCI_ROOT_URL: ${{ env.OCI_ROOT_URL }} OCI_NAMESPACE: oci-conformance/distribution-test