Update changelogs/unreleased/28757-remove-docker-pull-prefix-when-copying-a-tag-from-the-registry.yml

This commit is contained in:
Benedikt Franke 2019-05-27 20:10:39 +00:00 committed by Mayra Cabrera
parent 785e55c23e
commit 8025a3e79d
2 changed files with 6 additions and 1 deletions

View file

@ -1,7 +1,7 @@
%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}" }

View file

@ -0,0 +1,5 @@
---
title: Remove `docker pull` prefix when copying a tag from the registry
merge_request: 28757
author: Benedikt Franke
type: changed