Skip to content
Snippets Groups Projects
Verified Commit e3e53c8d authored by Andrew Newdigate's avatar Andrew Newdigate :speech_balloon:
Browse files

fix: kaniko standalone missing included variables

Fix for #16

```
ERROR: Job failed: failed to pull image "gcr.io/kaniko-project/executor:-
debug" with specified policies [always]: invalid reference format
(manager.go:250:0s)

```

This happens when the kaniko template is used without including
`templates/standard.yml`.
parent 19ef1300
No related branches found
No related tags found
1 merge request!586fix: kaniko standalone missing included variables
# Note: this is not a full template, just the basis
include:
- local: .gitlab-ci-other-versions.yml
.kaniko_base:
image:
name: gcr.io/kaniko-project/executor:${GL_COMMON_CI_TASKS_KANIKO_VERSION}-debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment