Skip to content

Commit

Permalink
fix: Fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <ce.gao@outlook.com>
  • Loading branch information
gaocegege authored and hyy0322 committed May 31, 2020
1 parent 783a55f commit ace1fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/artifact-processor-extender.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The workflow of pushing a custom artifact to Harbor with the help of `HTTPProces

<p align="center">
<img src="images/artifact-processor-extender/workflow-new.png" height="600">
<p align="center">Fig. 5 Workflow of HTTPProcessor</p>
<p align="center">Fig. 5 Workflow of Pushing an Artifact using the HTTPProcessor</p>
</p>

When `HTTPProcessor.AbstractMetadata(ctx context.Context, manifest []byte, artifact *artifact.Artifact) error)` is invoked, it will send a HTTP POST request to the processor extender:
Expand All @@ -281,7 +281,7 @@ When users deal with these built-in artifact types like OCI Image, CNAB or Helm

<p align="center">
<img src="images/artifact-processor-extender/workflow.png" height="600">
<p align="center">Fig. 6 Workflow of the Build-in Processor</p>
<p align="center">Fig. 6 Workflow of Pushing an Artifact using the Build-in Processor</p>
</p>

#### Processor Extender
Expand Down

0 comments on commit ace1fda

Please sign in to comment.