Apply suggestions from code review
This commit is contained in:
@@ -590,6 +590,7 @@ jobs:
|
|||||||
uses: docker://alpine:3.8
|
uses: docker://alpine:3.8
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{% if currentVersion == "free-pro-team@latest" %}
|
||||||
##### Example using the {% data variables.product.prodname_github_container_registry %}
|
##### Example using the {% data variables.product.prodname_github_container_registry %}
|
||||||
|
|
||||||
`docker://{host}/{image}:{tag}`
|
`docker://{host}/{image}:{tag}`
|
||||||
@@ -603,7 +604,7 @@ jobs:
|
|||||||
- name: My first step
|
- name: My first step
|
||||||
uses: docker://ghcr.io/OWNER/IMAGE_NAME
|
uses: docker://ghcr.io/OWNER/IMAGE_NAME
|
||||||
```
|
```
|
||||||
|
{% endif %}
|
||||||
##### Example using a Docker public registry action
|
##### Example using a Docker public registry action
|
||||||
|
|
||||||
`docker://{host}/{image}:{tag}`
|
`docker://{host}/{image}:{tag}`
|
||||||
|
|||||||
Reference in New Issue
Block a user