1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Apply suggestions from code review

This commit is contained in:
jmarlena
2021-02-14 14:56:57 -08:00
committed by GitHub
parent 07572d557e
commit 890ffb1c3a

View File

@@ -590,6 +590,7 @@ jobs:
uses: docker://alpine:3.8
```
{% if currentVersion == "free-pro-team@latest" %}
##### Example using the {% data variables.product.prodname_github_container_registry %}
`docker://{host}/{image}:{tag}`
@@ -603,7 +604,7 @@ jobs:
- name: My first step
uses: docker://ghcr.io/OWNER/IMAGE_NAME
```
{% endif %}
##### Example using a Docker public registry action
`docker://{host}/{image}:{tag}`