mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
add_git_labels adds opencontainers labels
Setting the INPUT_ADD_GIT_LABELS env var to true adds labels as per the opencontainers standard: https://github.com/opencontainers/image-spec/blob/master/annotations.md The 3 labels supported are: - org.opencontainers.image.created - org.opencontainers.image.source - org.opencontainers.image.revision Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
parent
ff1bd84857
commit
720bee6354
2 changed files with 6 additions and 5 deletions
|
@ -3,7 +3,7 @@ description: Builds and pushes Docker images and will log in to a Docker registr
|
|||
author: Docker
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://docker/github-actions:v0.0.1
|
||||
image: docker://docker/github-actions:v0.1
|
||||
args:
|
||||
- build-push
|
||||
inputs:
|
||||
|
@ -51,7 +51,7 @@ inputs:
|
|||
description: Comma-delimited list of labels to add to the built image
|
||||
required: false
|
||||
add_git_labels:
|
||||
description: Adds labels with git repo info to the built image
|
||||
description: Adds labels with git repository information to the built image
|
||||
required: false
|
||||
default: false
|
||||
push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue