Browse Source
Using `$CI_COMMIT_REF_NAME` means we get `master` for every image build, which is not very useful/informative. Using `$CI_COMMIT_SHORT_SHA`, on the other hand, makes it possible to see exactly from which commit an image was built.merge-requests/173/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue