We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ecb95 commit 8f95c48Copy full SHA for 8f95c48
2 files changed
.github/workflows/docker-dev-image.yml
@@ -22,6 +22,7 @@ jobs:
22
uses: docker/metadata-action@v6
23
with:
24
images: line/abc-user-feedback-api
25
+ bake-target: api
26
tags: |
27
type=ref,event=branch
28
type=ref,event=tag
@@ -32,6 +33,7 @@ jobs:
32
33
34
35
images: line/abc-user-feedback-web
36
+ bake-target: web
37
38
39
.github/workflows/docker-prod-image.yml
@@ -24,6 +24,7 @@ jobs:
29
30
@@ -34,6 +35,7 @@ jobs:
40
41
0 commit comments