From 878c265c7fdb29c28a3f800a6274c02076251ae6 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Tue, 5 Sep 2023 21:14:33 -0400 Subject: [PATCH] build: correct publish matrix --- .github/matrix-publish.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/matrix-publish.json b/.github/matrix-publish.json index 5c773db..4c5b9e9 100644 --- a/.github/matrix-publish.json +++ b/.github/matrix-publish.json @@ -1,7 +1,7 @@ { "platforms": ["linux/amd64,linux/arm64,linux/arm/v7"], - "include": [ - { "id": "GITHUB", "registry": "ghcr.io" }, - { "id": "DOCKERHUB", "registry": "docker.io" } + "registry": [ + { "id": "GITHUB", "url": "ghcr.io" }, + { "id": "DOCKERHUB", "url": "docker.io" } ] }