Skip to content

Commit 0010b3b

Browse files
authored
[GHA] More detailed message for docker tag update (openvinotoolkit#28381)
Signed-off-by: Alina Kladieva <alina.kladieva@intel.com>
1 parent a8dfb18 commit 0010b3b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/actions/handle_docker/get_images_to_build.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ def main():
6464
expected_tag = f'pr-{args.pr}'
6565

6666
if head_tag != expected_tag:
67-
logger.error(f"Please update docker tag in {args.head_tag_file} to {expected_tag}")
67+
logger.error(f"Some of your changes affected Docker environment for CI. "
68+
f"Please update docker tag in {args.head_tag_file} to {expected_tag}. "
69+
f"For more details please see "
70+
f"https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/ci/github_actions/docker_images.md")
6871
sys.exit(1)
6972

7073
elif merge_queue_target_branch:

.github/dockerfiles/docker_tag

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pr-28142
1+
pr-28381

0 commit comments

Comments
 (0)