From 9c288a9f26be623a0b658073995860e953bc1a18 Mon Sep 17 00:00:00 2001 From: Ameer Hamza Date: Sun, 19 Mar 2023 19:42:55 +0800 Subject: [PATCH] Added tag to .gitlab-ci.yml to use project specific runner. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 484bfa6..427f73a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,8 @@ build_22: UBUNTU_VER: "22.04" image: docker:23.0.1 stage: build + tags: + - hzdedi_ubuntu rules: - changes: - Dockerfile @@ -26,6 +28,8 @@ build_20: UBUNTU_VER: "20.04" image: docker:23.0.1 stage: build + tags: + - hzdedi_ubuntu rules: - changes: - Dockerfile @@ -48,6 +52,8 @@ build_18: UBUNTU_VER: "18.04" image: docker:23.0.1 stage: build + tags: + - hzdedi_ubuntu rules: - changes: - Dockerfile