From 9799ef7a29568c1aa54f00f99206558b6ca83700 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Thu, 6 Apr 2023 18:23:29 +0200 Subject: [PATCH] docs(kicker): remove unsupported PUBLISH_ON_PROD --- kicker.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kicker.json b/kicker.json index c652fa2..b86e43e 100644 --- a/kicker.json +++ b/kicker.json @@ -64,12 +64,6 @@ "name": "DOCKER_PUBLISH_ARGS", "description": "Additional [`skopeo copy` arguments](https://github.com/containers/skopeo/blob/master/docs/skopeo-copy.1.md#options)" }, - { - "name": "PUBLISH_ON_PROD", - "description": "Determines whether this job is enabled on `master` branch", - "default": "true", - "type": "boolean" - }, { "name": "DOCKER_PROD_PUBLISH_STRATEGY", "description": "Defines the publish to production strategy.", -- GitLab