Skip to content

Commit

Permalink
distribute: missing bake-target for metadata-action
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Feb 16, 2025
1 parent 400ed06 commit 1b856d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
description: "Install QEMU static binaries"
required: false
default: true
# same as docker/metadata-action inputs
# same as docker/metadata-action inputs (minus sep-tags, sep-labels, sep-annotations)
meta-image:
type: string
description: "Image to use as base name for tags"
Expand All @@ -44,6 +44,10 @@ on:
type: string
description: 'List of custom annotations'
required: false
meta-bake-target:
type: string
description: 'Bake target name (default docker-metadata-action)'
required: true
# same as docker/login-action inputs (minus logout)
login-registry:
type: string
Expand Down Expand Up @@ -297,6 +301,7 @@ jobs:
flavor: ${{ inputs.meta-flavor }}
labels: ${{ inputs.meta-labels }}
annotations: ${{ inputs.meta-annotations }}
bake-target: ${{ inputs.meta-bake-target }}
-
name: Login to registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -361,6 +366,7 @@ jobs:
flavor: ${{ inputs.meta-flavor }}
labels: ${{ inputs.meta-labels }}
annotations: ${{ inputs.meta-annotations }}
bake-target: ${{ inputs.meta-bake-target }}
-
name: Login to registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 1b856d1

Please sign in to comment.