mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-21 10:46:45 +00:00
Added new trace-Data input. changed label value to link to dockerfile
Signed-off-by: Jyotsna <Josh-01@github.com>
This commit is contained in:
parent
e2bf0d0cc1
commit
cf7e6e140f
3 changed files with 20 additions and 26 deletions
|
@ -70,7 +70,10 @@ inputs:
|
|||
ssh:
|
||||
description: "List of SSH agent socket or keys to expose to the build"
|
||||
required: false
|
||||
|
||||
trace-data:
|
||||
description: "Flag to indicate whether link to dockerfile is added to image labels or not"
|
||||
default: 'false'
|
||||
required: false
|
||||
outputs:
|
||||
digest:
|
||||
description: 'Image content-addressable identifier also called a digest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue