added flags
Some checks failed
/ test_build_docker (push) Failing after 4s
/ test_build_go (push) Successful in 8s

This commit is contained in:
Kai Reichart 2024-11-27 14:38:27 +01:00
parent a170b3c05e
commit 92f8d11b76

View file

@ -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 }}