added flags
This commit is contained in:
parent
a170b3c05e
commit
92f8d11b76
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
@ -28,4 +28,4 @@ jobs:
|
|||
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout@main
|
||||
- name: Build Docker Container
|
||||
run: |
|
||||
/kaniko/executor ${{ inputs.dockerfile }} ${{ inputs.context }} ${{ inputs.tag }}
|
||||
/kaniko/executor --dockerfile=${{ inputs.dockerfile }} --context=${{ inputs.context }} --destination=${{ inputs.tag }}
|
||||
|
|
Loading…
Reference in a new issue