File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,11 @@ jobs:
81
81
type=semver,pattern={{version}}
82
82
type=semver,pattern={{major}}.{{minor}}
83
83
84
- - name : Build and push
84
+ - name : Build and push api
85
85
uses : docker/build-push-action@v5
86
86
with :
87
87
context : .
88
+ file : api.Dockerfile
88
89
tags : ${{ steps.meta.outputs.tags }}
89
90
annotations : ${{ steps.meta.outputs.annotations }}
90
91
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -86,10 +86,11 @@ jobs:
86
86
type=semver,pattern={{version}}
87
87
type=semver,pattern={{major}}.{{minor}}
88
88
89
- - name : Build and push
89
+ - name : Build and push api
90
90
uses : docker/build-push-action@v5
91
91
with :
92
92
context : .
93
+ file : api.Dockerfile
93
94
tags : ${{ steps.meta.outputs.tags }}
94
95
annotations : ${{ steps.meta.outputs.annotations }}
95
96
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -104,10 +104,11 @@ jobs:
104
104
type=semver,pattern={{version}}
105
105
type=semver,pattern={{major}}.{{minor}}
106
106
107
- - name : Build and push
107
+ - name : Build and push api
108
108
uses : docker/build-push-action@v5
109
109
with :
110
110
context : .
111
+ file : api.Dockerfile
111
112
tags : ${{ steps.meta.outputs.tags }}
112
113
annotations : ${{ steps.meta.outputs.annotations }}
113
114
labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments