Re: Request for assistance: GitLab actions

2024-01-26 Thread Alexander Fedorov
I *think* it should be enough to simply use an intermediate variable (say IMAGE) in the matrix and job templates. Please find a patch that *may* solve the problem attached. Best regards, Fedorov Alexander. On Fri, 26 Jan 2024 at 19:43, Alexander Fedorov wrote: > > Hello, > &

Re: Request for assistance: GitLab actions

2024-01-26 Thread Alexander Fedorov
Hello, It seems that `image` is not a variable, but a "job keyword", and thus cannot be directly set in the matrix. https://docs.gitlab.com/ee/ci/yaml/?query=image > Keyword type: Job keyword. You can use it only as part of a job or in the > default section. Best regards, Fedorov Alexander.