We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b4fe8 commit 200f693Copy full SHA for 200f693
.github/workflows/docker-prod-image.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: docker/metadata-action@v5
25
with:
26
images: line/abc-user-feedback-api
27
+ bake-target: api
28
tags: |
29
type=ref,event=branch
30
type=ref,event=tag
@@ -34,6 +35,7 @@ jobs:
34
35
36
37
images: line/abc-user-feedback-web
38
+ bake-target: web
39
40
41
@@ -51,7 +53,6 @@ jobs:
51
53
52
54
files: |
55
./docker/docker-bake.hcl
56
+ cwd://${{ steps.api-meta.outputs.bake-file }}
57
+ cwd://${{ steps.web-meta.outputs.bake-file }}
58
push: true
- set: |
- api.tags=${{ join(fromJson(steps.api-meta.outputs.json).tags, ',') }}
- web.tags=${{ join(fromJson(steps.web-meta.outputs.json).tags, ',') }}
0 commit comments