mirror of
https://github.com/kitabisa/docker-slim-action.git
synced 2025-04-14 18:56:05 +00:00
docs: typo example instruction
This commit is contained in:
parent
9b51ec7470
commit
427097c507
@ -39,7 +39,7 @@ Create a workflow file in your repository and add these steps to your job:
|
||||
- run: docker image push "${{ github.repository }}" --all-tags
|
||||
```
|
||||
|
||||
In this example, it will minify `${{ github.repository }}:latest` as target and will create a slimmed version of the target image with the **slim** tag from the input (`${{ env.REPO }}:slim`) then push the images to the registry.
|
||||
In this example, it will minify `${{ github.repository }}:latest` as target and will create a slimmed version of the target image with the **slim** tag from the input (`${{ github.repository }}:slim`) then push the images to the registry.
|
||||
|
||||
## Inputs
|
||||
|
||||
@ -224,4 +224,4 @@ To view the report results generated by the Slim build command, you can access t
|
||||
|
||||
The associated scripts and documentation in this project are released under the MIT License.
|
||||
|
||||
Binary used in this project include third party materials.
|
||||
Binary used in this project include third party materials.
|
||||
|
Loading…
x
Reference in New Issue
Block a user