We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07572d5 commit 890ffb1Copy full SHA for 890ffb1
1 file changed
content/actions/reference/workflow-syntax-for-github-actions.md
@@ -590,6 +590,7 @@ jobs:
590
uses: docker://alpine:3.8
591
```
592
593
+{% if currentVersion == "free-pro-team@latest" %}
594
##### Example using the {% data variables.product.prodname_github_container_registry %}
595
596
`docker://{host}/{image}:{tag}`
@@ -603,7 +604,7 @@ jobs:
603
604
- name: My first step
605
uses: docker://ghcr.io/OWNER/IMAGE_NAME
606
-
607
+{% endif %}
608
##### Example using a Docker public registry action
609
610
0 commit comments