Skip to content

Commit 432126c

Browse files
committed
change value of package type for referrer index
1 parent 3555a7e commit 432126c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

__tests__/oci-container.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe('createReferrerIndexManifest', () => {
155155
}
156156
],
157157
"annotations": {
158-
"com.github.package.type": "actions_oci_pkg_referrer_tag",
158+
"com.github.package.type": "actions_oci_pkg_referrer_index",
159159
"org.opencontainers.image.created": "2021-01-01T00:00:00.000Z"
160160
}
161161
}

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/oci-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const actionPackageAnnotationValue = 'actions_oci_pkg'
1717
export const actionPackageAttestationAnnotationValue =
1818
'actions_oci_pkg_attestation'
1919
export const actionPackageReferrerTagAnnotationValue =
20-
'actions_oci_pkg_referrer_tag'
20+
'actions_oci_pkg_referrer_index'
2121

2222
export const ociEmptyMediaType = 'application/vnd.oci.empty.v1+json'
2323
export const emptyConfigSize = 2

0 commit comments

Comments
 (0)