Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
H,
I'm building multiple apps from a bake file and the build summary in GHA shows them all with the name
docker, which makes it not very useful since I don't know which build summary relates which app.Some info about my setup:
An excert from the bake file:
{ "target": { "example-app-admin": { "inherits": [ "zapgeneric" ], "dockerfile": "Dockerfile.zapgeneric", "args": { "PROJECT": "admin", }, "tags": [ "admin:${TAG}" ], "contexts": { "ctx": "target:ctx" } }, "example-adapter-api": { "inherits": [ "zapgeneric" ], "dockerfile": "Dockerfile.zapgeneric", "args": { "PROJECT": "adapter", }, "tags": [ "adapter:${TAG}" ], "contexts": { "ctx": "target:ctx" } } }Beta Was this translation helpful? Give feedback.
All reactions