Skip to content

Commit 890ffb1

Browse files
authored
Apply suggestions from code review
1 parent 07572d5 commit 890ffb1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/actions/reference/workflow-syntax-for-github-actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ jobs:
590590
uses: docker://alpine:3.8
591591
```
592592

593+
{% if currentVersion == "free-pro-team@latest" %}
593594
##### Example using the {% data variables.product.prodname_github_container_registry %}
594595

595596
`docker://{host}/{image}:{tag}`
@@ -603,7 +604,7 @@ jobs:
603604
- name: My first step
604605
uses: docker://ghcr.io/OWNER/IMAGE_NAME
605606
```
606-
607+
{% endif %}
607608
##### Example using a Docker public registry action
608609

609610
`docker://{host}/{image}:{tag}`

0 commit comments

Comments
 (0)