Try setting context

This commit is contained in:
Patrik Lundin 2025-02-05 20:22:01 +01:00
parent b47b3a22d8
commit 3b3aa21be4
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

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