Add missing tag (#18462)

This commit is contained in:
Joakim Sørensen 2021-07-12 13:03:42 +02:00 committed by GitHub
parent 04a5d7b480
commit 7be11f75d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
```bash
# if this returns "Image is up to date" then you can stop here
docker pull {{ include.image }}
docker pull {{ include.image | default: site.installation.container.base }}:{{ include.tag | default: 'stable' }}
```
```bash