docs: typo example instruction

This commit is contained in:
Dwi Siswanto 2023-03-09 14:18:00 +07:00 committed by GitHub
parent 9b51ec7470
commit 427097c507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.