CI: disable push to latest docker tag (#20025)

pull/20059/head
6543 2 years ago committed by GitHub
parent 4b7f0c6c38
commit de79d2a235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docker/manifest.rootless.tmpl
  2. 1
      docker/manifest.tmpl

@ -4,7 +4,6 @@ tags:
{{#each build.tags}}
- {{this}}-rootless
{{/each}}
- "latest-rootless"
{{/if}}
manifests:
-

@ -4,7 +4,6 @@ tags:
{{#each build.tags}}
- {{this}}
{{/each}}
- "latest"
{{/if}}
manifests:
-

Loading…
Cancel
Save