From feb7df7136de48dbf87eab7915c79faadac0d344 Mon Sep 17 00:00:00 2001 From: Frederic Leger Date: Mon, 18 Mar 2024 10:15:41 +0100 Subject: [PATCH] ci: fix invalid json --- .github/workflows/__shared-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 6a1e957..9f7b358 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -54,7 +54,7 @@ jobs: oci-registry-username: ${{ vars.OCI_REGISTRY_USERNAME }} images: | [{ - "repository": ${{ vars.OCI_REGISTRY_IMAGE_REPOSITORY }}, + "repository": "${{ vars.OCI_REGISTRY_IMAGE_REPOSITORY }}", "tag": "${{ inputs.tag }}", "dockerfile": "./Dockerfile", "platforms": [