Added tag to .gitlab-ci.yml to use project specific runner.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user