diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 20:58:55 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 20:58:55 +0400 |
| commit | 88c054d53ec331e6760e5a1cc03ce4fd71f556dc (patch) | |
| tree | 52de7cf4ef01edb5df019d5a6a7ef423ec41917f | |
| parent | c467f018c5374ab4590638a1f35ec40fa309327c (diff) | |
fix docker image platform
| -rw-r--r-- | .github/workflows/docker-publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 51eaf03..acaf9eb 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - arch: + platform: - linux/amd64 - linux/arm64/v8 - linux/arm/v7 |
