Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
7647fc5820
commit
33710b0606
1 changed files with 3 additions and 0 deletions
3
.github/workflows/.github-ci.yaml
vendored
3
.github/workflows/.github-ci.yaml
vendored
|
@ -19,4 +19,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build Docker Container
|
- name: Build Docker Container
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
|
ls
|
||||||
|
ls -la
|
||||||
/kaniko/executor --dockerfile=${{ inputs.dockerfile }} --context=${{ inputs.context }} --destination=${{ inputs.tag }}
|
/kaniko/executor --dockerfile=${{ inputs.dockerfile }} --context=${{ inputs.context }} --destination=${{ inputs.tag }}
|
||||||
|
|
Loading…
Reference in a new issue