mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-20 21:08:56 +08:00
chore: adopt yarn 4 and restore context input
This commit is contained in:
parent
8d8c7c12f7
commit
ff416072d6
15 changed files with 3732 additions and 8388 deletions
15
action.yml
15
action.yml
|
|
@ -1,16 +1,15 @@
|
|||
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
||||
name: 'Docker Metadata action'
|
||||
description: "GitHub Action to extract metadata (tags, labels) for Docker"
|
||||
author: 'docker'
|
||||
name: 'Docker Metadata action v2'
|
||||
description: "GitHub Action to extract metadata (tags, labels) for Docker using git commands (no dependency on GitHub API calls)"
|
||||
author: 'LiquidLogicLabs'
|
||||
branding:
|
||||
icon: 'anchor'
|
||||
color: 'blue'
|
||||
|
||||
inputs:
|
||||
context:
|
||||
description: 'Where to get context data. Allowed options are "workflow" (default), "git".'
|
||||
default: "workflow"
|
||||
required: true
|
||||
description: 'Source to derive metadata context (git|workflow, default git)'
|
||||
required: false
|
||||
images:
|
||||
description: 'List of Docker images to use as base name for tags'
|
||||
required: false
|
||||
|
|
@ -38,10 +37,6 @@ inputs:
|
|||
bake-target:
|
||||
description: 'Bake target name (default docker-metadata-action)'
|
||||
required: false
|
||||
github-token:
|
||||
description: 'GitHub Token as provided by secrets'
|
||||
default: ${{ github.token }}
|
||||
required: true
|
||||
|
||||
outputs:
|
||||
version:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue