Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
fix: update publish matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Sep 13, 2023
1 parent 15ae7c6 commit 2dde386
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
9 changes: 5 additions & 4 deletions .github/matrix-publish.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"platforms": ["linux/amd64,linux/arm64,linux/arm/v7"],
"include": [
{ "id": "GITHUB", "registry": "ghcr.io" },
{ "id": "DOCKERHUB", "registry": "docker.io" }
"name": ["mermaid-cli"],
"platforms": ["linux/amd64,linux/arm64"],
"registry": [
{ "id": "GITHUB", "url": "ghcr.io" },
{ "id": "DOCKERHUB", "url": "docker.io" }
]
}
7 changes: 0 additions & 7 deletions .github/publish-matrix.json

This file was deleted.

0 comments on commit 2dde386

Please sign in to comment.