Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
build: correct publish matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Sep 6, 2023
1 parent 00876f6 commit 878c265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/matrix-publish.json
Original file line number Diff line number Diff line change
@@ -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" }
]
}

0 comments on commit 878c265

Please sign in to comment.