Skip to content
2 changes: 2 additions & 0 deletions docker/manifest.rootless.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ tags:
{{#each build.tags}}
- {{this}}-rootless
{{/each}}
{{#unless contains "-rc" (first build.tags) }}
- "latest-rootless"
{{/unless}}
{{/if}}
manifests:
-
Expand Down
2 changes: 2 additions & 0 deletions docker/manifest.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ tags:
{{#each build.tags}}
- {{this}}
{{/each}}
{{#unless contains "-rc" (first build.tags) }}
- "latest"
{{/unless}}
{{/if}}
manifests:
-
Expand Down