From 72a428a439982b70c561a7c305b5641f858392d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Tue, 4 Jun 2024 14:45:38 +0200 Subject: [PATCH] core: add default 'true' to docker task --- .github/workflows/docker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2759a10bae..74143d08c7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -7,6 +7,7 @@ on: description: 'Retag latest Docker images' required: true type: string + default: "true" options: - "true" - "false" @@ -132,7 +133,7 @@ jobs: TAG=${GITHUB_REF#refs/*/} echo "tag=${TAG}" >> $GITHUB_OUTPUT echo "plugins=${{ matrix.image.plugins }}" >> $GITHUB_OUTPUT - + # Download release - name: Download release uses: robinraju/release-downloader@v1.10