Update Kaniko executor image in Docker workflow
Replaced the Kaniko executor image with a self-hosted version to improve control and reliability. This ensures the workflow uses a specific version (`25.21.1`) hosted on `git.van-hemmen.com`.
This commit is contained in:
parent
50b53e3700
commit
381ad5aced
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
docker-tag:
|
docker-tag:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: gcr.io/kaniko-project/executor:debug
|
image: git.van-hemmen.com/actions/kaniko:25.21.1
|
||||||
steps:
|
steps:
|
||||||
- name: Build & push with Kaniko
|
- name: Build & push with Kaniko
|
||||||
run: /bin/build.sh
|
run: /bin/build.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue