diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a810182..72233f4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -30,4 +30,4 @@ jobs: with: push: true tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }} - platform: linux/arm64,linux/amd64 \ No newline at end of file + platforms: linux/arm64,linux/amd64 \ No newline at end of file