change value of package type for referrer index

This commit is contained in:
Conor Sloan
2024-08-23 13:42:27 +01:00
parent 3555a7ef80
commit 432126c06c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ describe('createReferrerIndexManifest', () => {
} }
], ],
"annotations": { "annotations": {
"com.github.package.type": "actions_oci_pkg_referrer_tag", "com.github.package.type": "actions_oci_pkg_referrer_index",
"org.opencontainers.image.created": "2021-01-01T00:00:00.000Z" "org.opencontainers.image.created": "2021-01-01T00:00:00.000Z"
} }
} }
Generated Vendored
+1 -1
View File
@@ -107096,7 +107096,7 @@ exports.actionsPackageZipLayerMediaType = 'application/vnd.github.actions.packag
exports.sigstoreBundleMediaType = 'application/vnd.dev.sigstore.bundle.v0.3+json'; exports.sigstoreBundleMediaType = 'application/vnd.dev.sigstore.bundle.v0.3+json';
exports.actionPackageAnnotationValue = 'actions_oci_pkg'; exports.actionPackageAnnotationValue = 'actions_oci_pkg';
exports.actionPackageAttestationAnnotationValue = 'actions_oci_pkg_attestation'; exports.actionPackageAttestationAnnotationValue = 'actions_oci_pkg_attestation';
exports.actionPackageReferrerTagAnnotationValue = 'actions_oci_pkg_referrer_tag'; exports.actionPackageReferrerTagAnnotationValue = 'actions_oci_pkg_referrer_index';
exports.ociEmptyMediaType = 'application/vnd.oci.empty.v1+json'; exports.ociEmptyMediaType = 'application/vnd.oci.empty.v1+json';
exports.emptyConfigSize = 2; exports.emptyConfigSize = 2;
exports.emptyConfigSha = 'sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a'; exports.emptyConfigSha = 'sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a';
+1 -1
View File
@@ -17,7 +17,7 @@ export const actionPackageAnnotationValue = 'actions_oci_pkg'
export const actionPackageAttestationAnnotationValue = export const actionPackageAttestationAnnotationValue =
'actions_oci_pkg_attestation' 'actions_oci_pkg_attestation'
export const actionPackageReferrerTagAnnotationValue = export const actionPackageReferrerTagAnnotationValue =
'actions_oci_pkg_referrer_tag' 'actions_oci_pkg_referrer_index'
export const ociEmptyMediaType = 'application/vnd.oci.empty.v1+json' export const ociEmptyMediaType = 'application/vnd.oci.empty.v1+json'
export const emptyConfigSize = 2 export const emptyConfigSize = 2