From ff16840aaaf31335e4d8843f12d10068aa44efa5 Mon Sep 17 00:00:00 2001 From: Jana Babovakova Date: Tue, 27 May 2025 12:42:13 +0200 Subject: [PATCH] CI: Note on how to trigger image rebuild when adding new dockerfile. --- misc/gitlab/data.yml.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/gitlab/data.yml.j2 b/misc/gitlab/data.yml.j2 index a0a2d6dbc..00adefd41 100644 --- a/misc/gitlab/data.yml.j2 +++ b/misc/gitlab/data.yml.j2 @@ -1,3 +1,8 @@ +# Note: +# If you change a dockerfile as a first commit on a new branch, +# it will not trigger the image rebuild on a push. +# For that you need to push another commit. Have fun! + distros: # CentOS 7 with quite some hacks - name: centos-7-amd64 -- 2.47.3