Update to new kaniko action

This commit is contained in:
Patrik Lundin 2025-02-05 16:13:25 +01:00
parent 794f9c4d17
commit d4a8902291
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -11,7 +11,7 @@ jobs:
git clone https://github.com/SUNET/sunet-vcl-validator.git
cd sunet-vcl-validator
git checkout ${{ env.REMOTE_CODE_REF }}
- uses: https://platform.sunet.se/sunet-cdn/runner-action-kaniko@2088faeaa6a22c2f85b61a7b41cdecf4f83cf36a
- uses: https://platform.sunet.se/sunet-cdn/runner-action-kaniko@4a8753d4985f748beacc2fb17d2eac39dbdbe8df
with:
credential: ci-sunet-cdn:${{ secrets.CI_SUNET_CDN }}
image: sunet-cdn/sunet-vcl-validator:${{ env.REMOTE_CODE_REF }}