CI update, replace keyword "only" with "rules"

This commit is contained in:
2022-07-28 11:45:17 +02:00
parent 828330b814
commit 84e90c7a3a
+4 -3
View File
@@ -1,9 +1,10 @@
image: docker:19.03.12 image: docker:19.03.12
job-build-docker-latest: job-build-docker-latest:
only: rules:
changes: - if: build.json
- build.json changes:
- build.json
stage: build stage: build
services: services:
- docker:dind - docker:dind