{{ range .Pushes }}
{{ if .IconURL }} {{ .Repository }} {{ else }}
{{ firstChar .Repository }}
{{ end }}
{{ .StarCount }} {{ .PullCount }}
{{ if .Description }}

{{ .Description }}

{{ end }}
{{ .Digest }}
{{ end }} {{ if eq (len .Pushes) 0 }}

No pushes yet. Start using ATCR by pushing your first image!

docker push {{ .RegistryURL }}/yourhandle/myapp:latest
{{ end }}