From 84e90c7a3ad177886d1b00fa1b8a158d6371f0c2 Mon Sep 17 00:00:00 2001 From: stilobique Date: Thu, 28 Jul 2022 11:45:17 +0200 Subject: [PATCH] CI update, replace keyword "only" with "rules" --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59fbfdf..5a148a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,10 @@ image: docker:19.03.12 job-build-docker-latest: - only: - changes: - - build.json + rules: + - if: build.json + changes: + - build.json stage: build services: - docker:dind