Null value for tags
when using with docker/metadata-action
bake file output
#189
Labels
tags
when using with docker/metadata-action
bake file output
#189
Contributing guidelines
I've found a bug, and:
Description
Hello! I'm using this action together with docker/metadata-action bake file output. I'm using the tags from
docker-metadata-action
target to generate image name.Expected behaviour
It should build normally, using the tags from
meta
action.Actual behaviour
The action errors out:
Repository URL
https://github.com/tk-nguyen/docker-bake-demo (
master
branch is after when I moved the bake file with the tags last)Workflow run URL
https://github.com/tk-nguyen/docker-bake-demo/actions/runs/8098999772/job/22133738961
YAML workflow
Additional info
When I put the bake file with the tags last (either
${{ steps.meta.outputs.bake-file }}
or${{ steps.meta.outputs.bake-file-tags }}
), it works perfectly, as seen here: https://github.com/tk-nguyen/docker-bake-demo/actions/runs/8099076031/job/22133989604The text was updated successfully, but these errors were encountered: