Skip to content

Fix gitrefvars

John Steven Lawless requested to merge fix/gitrefvars into main

Turns out the gitrefvars were not working correctly at all. I think this fixes them by adding "ARG needed_git_ref=default" to all of the Dockerfiles, which it seems the Kaniko command then correctly supplies the needed variables.

Merge request reports