Update .github/workflows/.github-ci.yaml

This commit is contained in:
richardrobertreitz 2024-12-06 10:29:29 +00:00
parent 7647fc5820
commit 33710b0606

View file

@ -19,4 +19,7 @@ jobs:
- name: Build Docker Container
run: |
pwd
ls
ls -la
/kaniko/executor --dockerfile=${{ inputs.dockerfile }} --context=${{ inputs.context }} --destination=${{ inputs.tag }}