File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ inputs:
1010 description : " Image name prefix"
1111 required : false
1212 default : " nesohq/nesohq"
13+ service :
14+ description : " Service name"
15+ required : false
16+ default : " landing"
1317
1418outputs :
1519 tags :
Original file line number Diff line number Diff line change 1818 packages : write
1919 uses : ./.github/workflows/docker-build.yml
2020 with :
21- service : ' . '
21+ service : ' landing '
2222 secrets : inherit
Original file line number Diff line number Diff line change 5353 - name : 🐳 Build and push Docker image
5454 uses : docker/build-push-action@v5
5555 with :
56- context : ./${{ inputs.service }}
57- file : ./${{ inputs.service }}/ Dockerfile
56+ context : .
57+ file : ./Dockerfile
5858 push : true
5959 tags : ${{ steps.meta.outputs.tags }}
6060 labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments