Hacker News new | ask | show | jobs
by choeger 2039 days ago
It is really working for you? Presumably you setup kaniko to build the images first that then run the second part of your pipeline. To run the images, you need to tag them with something that you use inside the gitlab-ci.yml, right?

Now what happens when two people push code that make changes to the containers at the same time?

1 comments

GitLab CI exposes the pipeline ID and it would work for that.