diff --git a/.github/workflows/oci.yml b/.github/workflows/release-oci.yml similarity index 99% rename from .github/workflows/oci.yml rename to .github/workflows/release-oci.yml index 4c111662..c3bd7623 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/release-oci.yml @@ -1,5 +1,5 @@ # Stage OCI container images through GitHub Actions (GHA) to GitHub Container Registry (GHCR). -name: OCI +name: Release OCI to GHCR on: pull_request: ~