Added tag to .gitlab-ci.yml to use project specific runner.

This commit is contained in:
2023-03-19 19:42:55 +08:00
parent 44db05856f
commit 9c288a9f26

View File

@@ -3,6 +3,8 @@ build_22:
UBUNTU_VER: "22.04" UBUNTU_VER: "22.04"
image: docker:23.0.1 image: docker:23.0.1
stage: build stage: build
tags:
- hzdedi_ubuntu
rules: rules:
- changes: - changes:
- Dockerfile - Dockerfile
@@ -26,6 +28,8 @@ build_20:
UBUNTU_VER: "20.04" UBUNTU_VER: "20.04"
image: docker:23.0.1 image: docker:23.0.1
stage: build stage: build
tags:
- hzdedi_ubuntu
rules: rules:
- changes: - changes:
- Dockerfile - Dockerfile
@@ -48,6 +52,8 @@ build_18:
UBUNTU_VER: "18.04" UBUNTU_VER: "18.04"
image: docker:23.0.1 image: docker:23.0.1
stage: build stage: build
tags:
- hzdedi_ubuntu
rules: rules:
- changes: - changes:
- Dockerfile - Dockerfile