Skip to content

Commit 2b7dcbf

Browse files
authored
chore(docker-build): add dockerfile (#128)
1 parent 5713c43 commit 2b7dcbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ on:
2222
default: ''
2323
required: false
2424
type: string
25+
dockerfile:
26+
default: 'Dockerfile'
27+
required: false
28+
type: string
2529
context:
2630
type: string
2731
default: .
@@ -200,6 +204,7 @@ jobs:
200204
- name: Build and push
201205
uses: docker/build-push-action@v4
202206
with:
207+
file: ${{ inputs.dockerfile }}
203208
build-args: ${{ inputs.build-args }}
204209
context: ${{ inputs.context }}
205210
platforms: ${{ inputs.platforms }}

0 commit comments

Comments
 (0)