From fecdc810666d23cb34acfb0f5840d3846b59c98e Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Sat, 21 Oct 2023 02:08:40 +0300 Subject: [PATCH] Fix target key in CD workflow (#4773) --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c931ca77..5c780d65 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -26,7 +26,7 @@ jobs: target: slim - environment: Production prefix: "" - image-id: standard + target: standard timeout-minutes: 60 env: CONTAINER_IMAGE_ID: "ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest"