Update changelogs/unreleased/28757-remove-docker-pull-prefix-when-copying-a-tag-from-the-registry.yml
This commit is contained in:
parent
785e55c23e
commit
8025a3e79d
2 changed files with 6 additions and 1 deletions
|
@ -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}" }
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove `docker pull` prefix when copying a tag from the registry
|
||||
merge_request: 28757
|
||||
author: Benedikt Franke
|
||||
type: changed
|
Loading…
Reference in a new issue