Try to set working directory for kaniko
Currently unable to find Dockerfile: ``` Error: error resolving dockerfile path: please provide a valid path to a Dockerfile within the build context with --dockerfile ```
This commit is contained in:
parent
06e04be938
commit
4d04929b3b
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ jobs:
|
|||
cd sunet-vcl-validator
|
||||
git checkout ${{ env.REMOTE_CODE_REF }}
|
||||
- uses: https://platform.sunet.se/sunet-cdn/runner-action-kaniko@2088faeaa6a22c2f85b61a7b41cdecf4f83cf36a
|
||||
working-directory: sunet-vcl-validator
|
||||
with:
|
||||
credential: ci-sunet-cdn:${{ secrets.CI_SUNET_CDN }}
|
||||
image: sunet-cdn/sunet-vcl-validator:${{ env.REMOTE_CODE_REF }}
|
||||
|
|
Loading…
Add table
Reference in a new issue