Skip to content

Commit

Permalink
Merge pull request #2 from zer0keefie/patch-1
Browse files Browse the repository at this point in the history
Fix mapping of "BP_OCI_SOURCE" variable

Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale authored Sep 11, 2020
2 parents 1249da6 + 9972fb6 commit 443323d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labels/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var Labels = map[string]string{
"BP_OCI_LICENSES": "org.opencontainers.image.licenses",
"BP_OCI_REF_NAME": "org.opencontainers.image.ref.name",
"BP_OCI_REVISION": "org.opencontainers.image.revision",
"BP_OCI_SOURCE": "org.opencontainers.image.revision",
"BP_OCI_SOURCE": "org.opencontainers.image.source",
"BP_OCI_TITLE": "org.opencontainers.image.title",
"BP_OCI_URL": "org.opencontainers.image.url",
"BP_OCI_VENDOR": "org.opencontainers.image.vendor",
Expand Down

0 comments on commit 443323d

Please sign in to comment.