We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f31bf commit 4d65325Copy full SHA for 4d65325
actions/docker-build-push-image/action.yaml
@@ -265,6 +265,7 @@ runs:
265
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
266
with:
267
images: ${{ steps.setup-vars.outputs.images }}
268
+ labels: ${{ inputs.labels }}
269
tags: ${{ inputs.tags }}
270
271
- name: Setup buildkitd-config
@@ -331,7 +332,7 @@ runs:
331
332
cache-to: ${{ inputs.cache-to }}
333
context: ${{ inputs.context }}
334
file: ${{ inputs.file }}
- labels: ${{ inputs.labels }}
335
+ labels: ${{ steps.meta.outputs.labels }}
336
load: ${{ inputs.load == 'true' }}
337
platforms: ${{ inputs.platforms }}
338
outputs: ${{ inputs.outputs }}
0 commit comments