add only for docker image build

This commit is contained in:
Guy Meyer
2022-04-20 13:18:29 +00:00
parent ee57b7ecac
commit 2ad60a5830
+6
View File
@@ -13,6 +13,9 @@ variables:
.build_image_debian:
stage: docker_image
only:
refs:
- devel
- tags
changes:
- .gitlab-ci.yml
- $DOCKER_DIR/Dockerfile
@@ -45,6 +48,9 @@ build_image_debian11:
.build_image_centos:
stage: docker_image
only:
refs:
- devel
- tags
changes:
- .gitlab-ci.yml
- $DOCKER_DIR/Dockerfile