Try setting context
This commit is contained in:
parent
b47b3a22d8
commit
3b3aa21be4
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ jobs:
|
||||||
git clone https://github.com/SUNET/sunet-vcl-validator.git
|
git clone https://github.com/SUNET/sunet-vcl-validator.git
|
||||||
cd sunet-vcl-validator
|
cd sunet-vcl-validator
|
||||||
git checkout ${{ env.REMOTE_CODE_REF }}
|
git checkout ${{ env.REMOTE_CODE_REF }}
|
||||||
- uses: https://platform.sunet.se/sunet-cdn/runner-action-kaniko@721c7174d7733de877005c4afb0b4ada74f04868
|
- uses: https://platform.sunet.se/sunet-cdn/runner-action-kaniko@a516d1e2a246d5aeca146a9f5dbc59f7fcbba0fa
|
||||||
with:
|
with:
|
||||||
credential: ci-sunet-cdn:${{ secrets.CI_SUNET_CDN }}
|
credential: ci-sunet-cdn:${{ secrets.CI_SUNET_CDN }}
|
||||||
image: sunet-cdn/sunet-vcl-validator:${{ env.REMOTE_CODE_REF }}
|
image: sunet-cdn/sunet-vcl-validator:${{ env.REMOTE_CODE_REF }}
|
||||||
workdir: sunet-vcl-validator
|
workdir: sunet-vcl-validator
|
||||||
|
context: /workspace/sunet-cdn/sunet-vlc-validator-container/sunet-vcl-validator
|
||||||
|
|
Loading…
Add table
Reference in a new issue