Commit 871e2e1e authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'patch-64' into 'master'

Remove `docker pull` prefix when copying a tag from the registry

Closes #46660

See merge request gitlab-org/gitlab-ce!28757
parents 785e55c2 8025a3e7
%tr.tag
%td
= escape_once(tag.name)
= clipboard_button(text: "docker pull #{tag.location}")
= clipboard_button(text: "#{tag.location}")
%td
- if tag.revision
%span.has-tooltip{ title: "#{tag.revision}" }
......
---
title: Remove `docker pull` prefix when copying a tag from the registry
merge_request: 28757
author: Benedikt Franke
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment