How to put multiple images in image keyword in gitlab-ci – Ubuntu
I have two jobs build_binary and build deb and I want to combine both of them. But the issue is they both use different images. Former one uses golang:latest and later one uses ubuntu:20.04 as shown: gitlab-ci.yml build_binary: stage: build…